Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Plug memory leaks.
[simgrid.git] / .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: