Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't use pass-by-value for large parameters.
[simgrid.git] / .gitlab-ci.yml
index 1abaeb25074a5b9d1d07c190c3d668f924e1870c..6f054f5da32db5c31d89bfdc74592f3b3f63d986 100644 (file)
@@ -17,4 +17,4 @@ pages:
 ctest:
   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 && ctest --output-on-failure
+  - make VERBOSE=1 all tests && ctest --output-on-failure