aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-03-18 15:25:56 +0100
committerTobias Brunner <tobias@strongswan.org>2014-03-20 18:48:13 +0100
commit6548f50cf920867b3eac58e9e6c9d0213d9fe7ab (patch)
treeb020904beceb38b2d446c4f752bca7e57fb8939f /scripts
parent510c9004793adea388a7e70ff1d36e7ae9266060 (diff)
downloadstrongswan-6548f50cf920867b3eac58e9e6c9d0213d9fe7ab.tar.bz2
strongswan-6548f50cf920867b3eac58e9e6c9d0213d9fe7ab.tar.xz
travis: Use parallel build
Not sure if 4 jobs is optimal, but according to the docs each build host has 1.5 virtual cores available (although "getconf _NPROCESSORS_ONLN" returns 32, which is probably the number of real cores underneath), so more jobs might not actually reduce the build time much more.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 80d04d1d5..4785d0603 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -62,4 +62,4 @@ CONFIG="$CONFIG
--enable-leak-detective=${LEAK_DETECTIVE-no}"
echo "$ ./configure $CONFIG && make $TARGET"
-./configure $CONFIG && make $TARGET
+./configure $CONFIG && make -j4 $TARGET