Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disable LTO on travis/osx (timeouts).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 10 Oct 2020 08:00:34 +0000 (10:00 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 10 Oct 2020 08:00:34 +0000 (10:00 +0200)
.travis.yml

index ce00be4..8f1a2bd 100644 (file)
@@ -69,7 +69,7 @@ jobs:
       osx_image: xcode11.4
       script:
       - export LIBRARY_PATH=/usr/local/lib/gcc/9
-      - cmake -Denable_model-checking=OFF -Denable_documentation=OFF -Denable_coverage=ON -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_compile_warnings=ON .
+      - cmake -Denable_model-checking=OFF -Denable_documentation=OFF -Denable_coverage=ON -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_compile_warnings=ON -Denable_lto=OFF .
       - make -j2 VERBOSE=1 all && make -j2 tests && ctest -j2 --output-on-failure
 notifications:
   recipients: