Use parallel builds on travis

This commit is contained in:
baldurk
2017-07-28 19:05:45 +01:00
parent 5b3fd0a2f9
commit 0c8ca76c9e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ if [[ "$RELEASE_BUILD" == "1" ]]; then
else
cmake -DCMAKE_BUILD_TYPE=Debug ..
fi
make
make -j2
+2 -1
View File
@@ -3,4 +3,5 @@
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
echo "Building with $(nproc) jobs"
make -j2