summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-05-14 01:14:34 (GMT)
committerMarius Kintel <marius@kintel.net>2013-10-31 02:19:27 (GMT)
commit83dc80ff5f1dbf30fff8d7f263d47d7f70832bd4 (patch)
tree42905f1fd864d45b50d9ca5ead4f3ce52b65fcf8 /scripts
parent9e55b312651f9ef94e91ea5b0fa58fff44fe17fe (diff)
Parallel build
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis-ci.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh
index 8aa5d1e..6f9868d 100755
--- a/scripts/travis-ci.sh
+++ b/scripts/travis-ci.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-qmake && make
+qmake && make -j4
if [[ $? != 0 ]]; then
echo "Error building OpenSCAD executable"
exit 1
@@ -11,12 +11,12 @@ if [[ $? != 0 ]]; then
echo "Error configuring test suite"
exit 1
fi
-make
+make -j4
if [[ $? != 0 ]]; then
echo "Error building test suite"
exit 1
fi
-ctest
+ctest -j8
if [[ $? != 0 ]]; then
echo "Test failure"
exit 1
contact: Jan Huwald // Impressum