Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
also test with several cores. Let's see how this goes
authorAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 9 Mar 2021 19:18:22 +0000 (20:18 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 9 Mar 2021 19:18:22 +0000 (20:18 +0100)
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"