From 0935aab92760a7c9c547faa86c29dcd0d1e03f24 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 25 Aug 2018 14:16:30 +0000 Subject: Run all tests (and compilation) in parallel with autotools. With distcheck, it's all or nothing, so we build with -j50 and run tests with -j50. --- .travis/autotools-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') diff --git a/.travis/autotools-linux b/.travis/autotools-linux index 6d38e34e..a5bf1400 100755 --- a/.travis/autotools-linux +++ b/.travis/autotools-linux @@ -41,7 +41,7 @@ travis_script() { cd _build # pushd ../configure $CONFIG_FLAGS || (cat config.log && false) make "-j$NPROC" -k CFLAGS="$C_FLAGS" LDFLAGS="$LD_FLAGS" - make "-j$NPROC" -k distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIG_FLAGS" + make -j50 -k distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIG_FLAGS" cd - # popd } -- cgit v1.2.3