Logo AND Algorithmique Numérique Distribuée

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

index 2577298..ce85df9 100644 (file)
@@ -14,6 +14,6 @@ pages:
 
 ctest:
   script:
 
 ctest:
   script:
-  - apt install curl
+  - apt install curl unzip
   - 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