From f71c8bf57baebe979767e6ed69e34d8c8e2d0ea0 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 11 Apr 2017 18:00:33 +0200 Subject: [PATCH] travis: activate optimizations, since the tests are taking for ever --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 106ad7f3d2..99f0f5e7bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ addons: name: "simgrid/simgrid" description: "Build submitted via Travis CI" notification_email: martin.quinson@ens-rennes.fr - build_command_prepend: "cmake -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=OFF -Denable_model-checking=OFF -Denable_lua=OFF -Denable_compile_optimizations=OFF -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_compile_warnings=OFF ." + build_command_prepend: "cmake -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=OFF -Denable_model-checking=OFF -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_compile_warnings=OFF ." build_command: "make VERBOSE=1" branch_pattern: coverity @@ -46,7 +46,7 @@ addons: 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=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 . + - cmake -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=OFF -Denable_compile_optimizations=ON -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 (and if the build succeeded), run the tests manually -- 2.20.1