aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2014-09-24 11:13:54 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2014-09-26 21:04:22 +0400
commiteebf29401abebbe8dba3e8fa8764c05fe4e6c1f1 (patch)
treeddbb9afb39ed2db9e0d68509744f42e0346093c9
parent10905cb26a10848921ba5a2b77e4efddad7c0ec1 (diff)
.travis.yml: make the make slightly more parallel
The Travis VMs have 1.5 cores so we might as well make some use of the paralellism. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Alexander Graf <agraf@suse.de> Reviewed-by: Brian Jackson <iggy@theiggy.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 72cfc9f1c9..f11333970f 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: