Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
also test with several cores. Let's see how this goes
[simgrid.git] / tools / jenkins / build.sh
index b44245a..53ec813 100755 (executable)
@@ -222,7 +222,7 @@ echo "XX Run the tests"
 echo "XX   pwd: "$(pwd)
 echo "XX"
 
-ctest -T test --output-on-failure --no-compress-output || true
+ctest -T test --output-on-failure --no-compress-output -j $NUMBER_OF_PROCESSORS || true
 
 if test -n "$INSTALL" && [ "${branch_name}" = "origin/master" ] ; then
   echo "XX"