diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-09 04:16:49 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-09 04:16:49 (GMT) |
commit | 8f103043a280290802559ce8770c5984f7f0730a (patch) | |
tree | dcfe480efb87db77038db8f6e493ef53bcf8571c /scripts | |
parent | a407e4bf29024dbed6f3e89376b8e7d134b98776 (diff) |
Upload test results from travis
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis-ci.sh | 7 |
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 |