From 2b93372d5968f244e791359c1f9b8692f4d2c2b1 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 27 May 2016 00:58:07 +0200 Subject: [PATCH] sonar: fix syntax in build script --- tools/internal/travis-sonarqube.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/internal/travis-sonarqube.sh b/tools/internal/travis-sonarqube.sh index 45c23c6dca..c54b798ecf 100755 --- a/tools/internal/travis-sonarqube.sh +++ b/tools/internal/travis-sonarqube.sh @@ -21,8 +21,7 @@ installSonarQubeScanner 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 -- 2.20.1