Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: fix syntax in build script
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 26 May 2016 22:58:07 +0000 (00:58 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 26 May 2016 22:58:07 +0000 (00:58 +0200)
tools/internal/travis-sonarqube.sh

index 45c23c6..c54b798 100755 (executable)
@@ -21,8 +21,7 @@ installSonarQubeScanner
 installBuildWrapper
 
 # triggers the compilation through the build wrapper to gather compilation database
 installBuildWrapper
 
 # triggers the compilation through the build wrapper to gather compilation database
-./build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir bw-outputs
-make all
+./build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir bw-outputs make all
 
 # and finally execute the actual SonarQube analysis (the SONAR_TOKEN is set from the travis web interface, to not expose it)
 sonar-scanner -Dsonar.host.url=https://nemo.sonarqube.org -Dsonar.login=$SONAR_TOKEN
 
 # and finally execute the actual SonarQube analysis (the SONAR_TOKEN is set from the travis web interface, to not expose it)
 sonar-scanner -Dsonar.host.url=https://nemo.sonarqube.org -Dsonar.login=$SONAR_TOKEN