1
0
Fork 0

PROJECT: update sonarqube build

This commit is contained in:
Duncan Ogilvie 2017-10-08 15:11:16 +02:00
parent 0c46401fa7
commit e6a6d789e6
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if "%2"=="" (
echo Building with SonarQube
build-wrapper --out-dir bw-output build.bat %2%
sonar-scanner -Dsonar.projectKey=x64dbg -Dsonar.sources=. -Dsonar.cfamily.build-wrapper-output=bw-output -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=x64dbg-github -Dsonar.login=%SONARQUBE_TOKEN%
sonar-scanner -Dsonar.projectKey=x64dbg -Dsonar.sources=. -Dsonar.cfamily.build-wrapper-output=bw-output -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=mrexodia-github -Dsonar.login=%SONARQUBE_TOKEN%
:usage