Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[travis] Add -j2 here too.
[simgrid.git] / tools / internal / travis-sonarqube.sh
index cfeec9a..7c829b6 100755 (executable)
@@ -33,7 +33,7 @@ installBuildWrapper
 
 # Run ctest before sonar to gather coverage some information
 set +e
-ctest --output-on-failure
+ctest -j2 --output-on-failure
 outcome=$?
 set -e