We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5840167 commit 321f558Copy full SHA for 321f558
.travis.yml
@@ -33,7 +33,7 @@ matrix:
33
script:
34
- cmake -DCMAKE_BUILD_TYPE=Debug ../
35
- build-wrapper-linux-x86-64 --out-dir bw-output make all || make all # build-wrapper won't work on forked repositories.
36
- - ctest --output-on-failure || true # Tests won't pass on Ubuntu.
+ - ctest --output-on-failure
37
- (cd .. && sonar-scanner) || true # Will always fail builds on forked repositories.
38
after_success:
39
- curl -s https://codecov.io/bash > cov.sh && bash cov.sh -x "$GCOV"
0 commit comments