We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f0aca commit f1fc095Copy full SHA for f1fc095
.travis-build.sh
@@ -0,0 +1,5 @@
1
+echo "Executing unit tests..."
2
+./build/tests/tests
3
+result=$?
4
+echo "Unit tests completed : $result"
5
+exit $result
.travis.yml
@@ -14,4 +14,4 @@ before_script:
14
- cmake -DWITH-TESTS=On ..
15
- make
16
- cd ..
17
-script: "sh ./build/tests/tests"
+script: "sh ./.travis-build.sh"
0 commit comments