Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
GitLab/CI: disable coverage.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 17 Oct 2019 12:02:38 +0000 (14:02 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 17 Oct 2019 12:02:38 +0000 (14:02 +0200)
It's currently not used, and broken with gfortran 9.2.1:
internal compiler error: in coverage_begin_function, at coverage.c:656

.gitlab-ci.yml

index a4a26c9..9b9b09b 100644 (file)
@@ -31,7 +31,7 @@ ctest:
   except:
   - stable
   script:
-  - cmake -Denable_model-checking=OFF -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=ON -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=ON .
+  - cmake -Denable_model-checking=OFF -Denable_documentation=OFF -Denable_coverage=OFF -Denable_java=ON -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=ON .
   - make VERBOSE=1 all tests && ctest --output-on-failure
 
 pip: