Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix MC now (sigh, CMake ...)
[simgrid.git] / tools / internal / travis-sonarqube.sh
index 98411ef..eeb0b44 100755 (executable)
@@ -11,7 +11,7 @@ set -ex
 
 # Install required software
 installSonarQubeScanner() {
-  local SONAR_SCANNER_VERSION=3.2.0.1227
+  SONAR_SCANNER_VERSION=3.2.0.1227
   export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION
   rm -rf $SONAR_SCANNER_HOME
   mkdir -p $SONAR_SCANNER_HOME
@@ -34,7 +34,7 @@ installBuildWrapper
 # Run ctest before sonar to gather coverage some information
 # EDIT: Don't run the tests on travis because they take too much time.
 #set +e
-#ctest -j4 --output-on-failure
+#ctest -j2 --output-on-failure
 #outcome=$?
 #set -e
 outcome=0