Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
gitlab-ci: use release as a testing script to reduce building time
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 6 Jun 2019 13:41:25 +0000 (15:41 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 6 Jun 2019 13:43:12 +0000 (15:43 +0200)
.gitlab-ci.yml

index 2dbea5e..2a4c3ec 100644 (file)
@@ -29,11 +29,14 @@ pages:
 
 ctest:
   stage: build
+  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 .
   - make VERBOSE=1 all tests && ctest --output-on-failure
 
 release:
+  stage: build
   only:
   - stable
   script: