Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to use parallel build/tests when possible
[simgrid.git] / .gitlab-ci.yml
index ce05b23..72cab25 100644 (file)
@@ -32,7 +32,7 @@ ctest:
   - stable
   script:
   - cmake -Denable_model-checking=OFF -Denable_documentation=OFF -Denable_coverage=OFF -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=ON -DLTO_EXTRA_FLAG="auto" .
-  - make -j$(nproc) VERBOSE=1 all tests && ctest --output-on-failure
+  - make -j$(nproc) VERBOSE=1 all tests && ctest -j$(nproc) --output-on-failure
 
 pip:
   image: debian:testing