Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
travis: don't run the tests on OSX when the build failed
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 3 Mar 2017 12:29:43 +0000 (13:29 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 3 Mar 2017 14:44:57 +0000 (15:44 +0100)
bin/graphicator is the last built binary. If it exists, then
everything else was built too.

.travis.yml

index 9634e83..106ad7f 100644 (file)
@@ -49,8 +49,8 @@ script:
    - cmake -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=OFF -Denable_compile_optimizations=OFF -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_compile_warnings=ON . 
    # run make in the sonar wrapper && run the tests before sonar to get coverage info
    - ./tools/internal/travis-sonarqube.sh make VERBOSE=1
    - cmake -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=OFF -Denable_compile_optimizations=OFF -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_compile_warnings=ON . 
    # run make in the sonar wrapper && run the tests before sonar to get coverage info
    - ./tools/internal/travis-sonarqube.sh make VERBOSE=1
-   # if sonar was not run, run the tests manually
-   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ctest --output-on-failure --timeout 100 ; fi
+   # if sonar was not run (and if the build succeeded), run the tests manually
+   - if [[ "$TRAVIS_OS_NAME" == "osx" && -e bin/graphicator ]]; then ctest --output-on-failure --timeout 100 ; fi
 notifications:
   recipients:
     - martin.quinson@ens-rennes.fr
 notifications:
   recipients:
     - martin.quinson@ens-rennes.fr