Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Install curl to get sonar on framagit
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 3 Jan 2019 15:36:53 +0000 (16:36 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 3 Jan 2019 15:36:53 +0000 (16:36 +0100)
.gitlab-ci.yml

index 922b1d4..2577298 100644 (file)
@@ -14,5 +14,6 @@ pages:
 
 ctest:
   script:
 
 ctest:
   script:
+  - apt install curl
   - 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 .
   - ./tools/internal/travis-sonarqube.sh make VERBOSE=1 && ctest --output-on-failure
   - 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 .
   - ./tools/internal/travis-sonarqube.sh make VERBOSE=1 && ctest --output-on-failure