X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ad62baf9af251a8a09af64710aced3921833a4af..de8c468e16941c2541d7d73681c940f1a167506c:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 382b86cb7a..53d526ab9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,8 @@ # apt-get libns3-dev ns3 # # -sudo: required +#sudo: required dist: trusty -python: "3.4" language: cpp compiler: - gcc @@ -44,11 +43,14 @@ addons: # - cd .. # - ls -lR $TRAVIS_BUILD_DIR/LuaInstall -# Still need sudo for update-alternatives script: + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi - cmake -Denable_documentation=OFF -Denable_coverage=OFF -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 only if the build suceeded - - ./tools/internal/travis-sonarqube.sh make VERBOSE=1 && ctest --output-on-failure --timeout 100 + # 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 notifications: recipients: - martin.quinson@ens-rennes.fr