From 8f103043a280290802559ce8770c5984f7f0730a Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 8 Dec 2013 23:16:49 -0500 Subject: Upload test results from travis 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 -- cgit v0.10.1