Commit eebf2940 authored by Alex Bennée's avatar Alex Bennée Committed by Michael Tokarev
Browse files

.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: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarAlexander Graf <agraf@suse.de>
Reviewed-by: default avatarBrian Jackson <iggy@theiggy.com>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent 10905cb2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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: