From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9E1D138335 for ; Thu, 18 Jul 2019 17:51:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40395E081B; Thu, 18 Jul 2019 17:51:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27CCBE081B for ; Thu, 18 Jul 2019 17:51:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 481A7347FFC for ; Thu, 18 Jul 2019 17:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCCC8627 for ; Thu, 18 Jul 2019 17:51:18 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1563472204.fa4cb71cdc27c72ceb64d2f60f0ae227c1af9337.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: travis/ X-VCS-Repository: proj/portage-utils X-VCS-Files: travis/main.sh X-VCS-Directories: travis/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: fa4cb71cdc27c72ceb64d2f60f0ae227c1af9337 X-VCS-Branch: master Date: Thu, 18 Jul 2019 17:51:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cee50216-051c-4d9c-aa64-d6d0148c3df5 X-Archives-Hash: 0b93bd817fc5cb42424be8f659dd831c commit: fa4cb71cdc27c72ceb64d2f60f0ae227c1af9337 Author: Fabian Groffen gentoo org> AuthorDate: Thu Jul 18 17:50:04 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Jul 18 17:50:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=fa4cb71c travis: fix typo, ensure we recompile files after configure Signed-off-by: Fabian Groffen gentoo.org> travis/main.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/travis/main.sh b/travis/main.sh index c5ce010..7154ce5 100755 --- a/travis/main.sh +++ b/travis/main.sh @@ -40,13 +40,14 @@ main() { # Standard optimized build. m V=1 m check + m clean } do_run ${DEFARGS} do_run ${DEFARGS} --enable-qmanifest --enable-qtegrity - do_run ${DEFARGS} --distable-qmanifest --enable-qtegrity - do_run ${DEFARGS} --enable-qmanifest --distable-qtegrity - do_run ${DEFARGS} --disable-qmanifest --distable-qtegrity + do_run ${DEFARGS} --disable-qmanifest --enable-qtegrity + do_run ${DEFARGS} --enable-qmanifest --disable-qtegrity + do_run ${DEFARGS} --disable-qmanifest --disable-qtegrity # LSan needs sudo, which we don't use at the moment # Debug build w/ASAN and such enabled.