Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
travis: more parallelism (extend previous commit).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 2 Jan 2019 20:33:07 +0000 (21:33 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 2 Jan 2019 20:33:40 +0000 (21:33 +0100)
sonar-project.properties
tools/internal/travis-sonarqube.sh

index 279a4bd..296650a 100644 (file)
@@ -103,7 +103,7 @@ sonar.cpd.exclusions=examples/**,teshsuite/**
 sonar.cfamily.build-wrapper-output=bw-outputs
 
 # Allow multithreaded execution
 sonar.cfamily.build-wrapper-output=bw-outputs
 
 # Allow multithreaded execution
-sonar.cfamily.threads=2
+sonar.cfamily.threads=4
 
 # Where the coverage files are located
 # See https://docs.sonarqube.org/pages/viewpage.action?pageId=5312222
 
 # Where the coverage files are located
 # See https://docs.sonarqube.org/pages/viewpage.action?pageId=5312222
index 7c829b6..84a581c 100755 (executable)
@@ -33,7 +33,7 @@ installBuildWrapper
 
 # Run ctest before sonar to gather coverage some information
 set +e
 
 # Run ctest before sonar to gather coverage some information
 set +e
-ctest -j2 --output-on-failure
+ctest -j4 --output-on-failure
 outcome=$?
 set -e
 
 outcome=$?
 set -e