Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3B00B200BCF for ; Mon, 21 Nov 2016 04:56:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 35CDF160B1D; Mon, 21 Nov 2016 03:56:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 80C0A160B18 for ; Mon, 21 Nov 2016 04:56:23 +0100 (CET) Received: (qmail 2654 invoked by uid 500); 21 Nov 2016 03:56:22 -0000 Mailing-List: contact commits-help@quickstep.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@quickstep.incubator.apache.org Delivered-To: mailing list commits@quickstep.incubator.apache.org Received: (qmail 2644 invoked by uid 99); 21 Nov 2016 03:56:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 03:56:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 53A89C0744 for ; Mon, 21 Nov 2016 03:56:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 8R1P5ALbTMVK for ; Mon, 21 Nov 2016 03:56:20 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id BB31B5F1A1 for ; Mon, 21 Nov 2016 03:56:19 +0000 (UTC) Received: (qmail 2601 invoked by uid 99); 21 Nov 2016 03:56:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 03:56:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C4850F17B8; Mon, 21 Nov 2016 03:56:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zuyuz@apache.org To: commits@quickstep.incubator.apache.org Date: Mon, 21 Nov 2016 03:56:18 -0000 Message-Id: <7e599016718041a2ac6b6902df952616@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/7] incubator-quickstep git commit: Build only the release jobs. [Forced Update!] archived-at: Mon, 21 Nov 2016 03:56:24 -0000 Repository: incubator-quickstep Updated Branches: refs/heads/flag-move 15f654072 -> f7d154367 (forced update) Build only the release jobs. - Use only one thread to avoid OOM. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/dec87234 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/dec87234 Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/dec87234 Branch: refs/heads/flag-move Commit: dec87234c53db8bd27bbe6a22b28b7e461cae9c6 Parents: 178ed4b Author: Zuyu Zhang Authored: Mon Nov 14 21:57:19 2016 -0800 Committer: Zuyu Zhang Committed: Sun Nov 20 19:22:51 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/dec87234/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 784a46f..9b43b16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,17 +15,10 @@ compiler: - clang env: - - BUILD_TYPE=Debug VECTOR_COPY_ELISION_LEVEL=joinwithbinaryexpressions - BUILD_TYPE=Release VECTOR_COPY_ELISION_LEVEL=joinwithbinaryexpressions - - BUILD_TYPE=Debug VECTOR_COPY_ELISION_LEVEL=selection - BUILD_TYPE=Release VECTOR_COPY_ELISION_LEVEL=selection install: - - if [ "$CC" = "gcc" ] || [[ "$BUILD_TYPE" = "Release" ]]; then - export MAKE_JOBS=1; - else - export MAKE_JOBS=2; - fi - export TEST_JOBS=2; - if [ "$CC" = "gcc" ]; then export CC="gcc-5"; @@ -61,7 +54,7 @@ script: - ./third_party/cpplint/lint_everything.py - ./validate_cmakelists.py - ./cyclic_dependency.py - - (cd build && make -j$MAKE_JOBS) + - (cd build && make) - (cd build && ctest --output-on-failure -j$TEST_JOBS) after_failure: