From patchwork Fri Sep 26 17:36:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 393877 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 87F16140168 for ; Sat, 27 Sep 2014 03:37:16 +1000 (EST) Received: from localhost ([::1]:50515 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXZSE-0006RU-Px for incoming@patchwork.ozlabs.org; Fri, 26 Sep 2014 13:37:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXZRX-0005Ny-Ue for qemu-devel@nongnu.org; Fri, 26 Sep 2014 13:36:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXZRQ-0003j5-Mz for qemu-devel@nongnu.org; Fri, 26 Sep 2014 13:36:31 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:56537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXZRQ-0003hJ-GY; Fri, 26 Sep 2014 13:36:24 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id CAF5746F65; Fri, 26 Sep 2014 21:36:18 +0400 (MSK) Received: from tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by tsrv.corpit.ru (Postfix) with SMTP id B402770F; Fri, 26 Sep 2014 21:36:18 +0400 (MSK) Received: (nullmailer pid 29110 invoked by uid 1000); Fri, 26 Sep 2014 17:36:18 -0000 From: Michael Tokarev To: qemu-devel@nongnu.org Date: Fri, 26 Sep 2014 21:36:07 +0400 Message-Id: <1411752976-29051-4-git-send-email-mjt@msgid.tls.msk.ru> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1411752976-29051-1-git-send-email-mjt@tls.msk.ru> References: <1411752976-29051-1-git-send-email-mjt@tls.msk.ru> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, Michael Tokarev , =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [Qemu-devel] [PULL 03/12] .travis.yml: make the make slightly more parallel X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Alex Bennée The Travis VMs have 1.5 cores so we might as well make some use of the paralellism. Signed-off-by: Alex Bennée Reviewed-by: Alexander Graf Reviewed-by: Brian Jackson Signed-off-by: Michael Tokarev --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72cfc9f..f113339 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,10 @@ before_install: - git submodule update --init --recursive - sudo apt-get update -qq - sudo apt-get install -qq ${CORE_PKGS} ${NET_PKGS} ${GUI_PKGS} ${EXTRA_PKGS} -script: "./configure --target-list=${TARGETS} ${EXTRA_CONFIG} && make && ${TEST_CMD}" +before_script: + - ./configure --target-list=${TARGETS} --enable-debug-tcg ${EXTRA_CONFIG} +script: + - make -j2 && {TEST_CMD} matrix: # We manually include a number of additional build for non-standard bits include: