From: Martin Quinson Date: Mon, 24 Aug 2015 09:02:46 +0000 (+0200) Subject: [travis] make VERBOSE=1 X-Git-Tag: v3_12~301 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/99dea6814d2f480214621a7cc9c06cab17bbbd6b?ds=sidebyside [travis] make VERBOSE=1 --- diff --git a/.travis.yml b/.travis.yml index 92cf324700..f8f1d37b7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_install: - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 50 - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 50 script: - - cmake -Denable_documentation=OFF -Denable_coverage=OFF -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=ON -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=ON . && make && ctest --output-on-failure --timeout 100 + - cmake -Denable_documentation=OFF -Denable_coverage=OFF -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=ON -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=ON . && make VERBOSE=1 && ctest --output-on-failure --timeout 100 branches: only: - master