summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-12-09 04:16:49 (GMT)
committerMarius Kintel <marius@kintel.net>2013-12-09 04:16:49 (GMT)
commit8f103043a280290802559ce8770c5984f7f0730a (patch)
treedcfe480efb87db77038db8f6e493ef53bcf8571c /scripts
parenta407e4bf29024dbed6f3e89376b8e7d134b98776 (diff)
Upload test results from travis
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis-ci.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh
index 9d4258a..362c2df 100755
--- a/scripts/travis-ci.sh
+++ b/scripts/travis-ci.sh
@@ -1,12 +1,7 @@
#!/bin/bash
-qmake && make -j4
-if [[ $? != 0 ]]; then
- echo "Error building OpenSCAD executable"
- exit 1
-fi
cd tests
-cmake .
+cmake -DOPENSCAD_UPLOAD_TESTS=yes .
if [[ $? != 0 ]]; then
echo "Error configuring test suite"
exit 1
contact: Jan Huwald // Impressum