Run on PR and Push #10

Closed
rboullard wants to merge 15 commits from StaticAnalysis into Development
Showing only changes of commit 22a74487a3 - Show all commits

View File

@@ -36,6 +36,7 @@ jobs:
with: with:
args: > args: >
-Dsonar.cxx.jsonCompilationDatabase=./build/Debug/compile_commands.json -Dsonar.cxx.jsonCompilationDatabase=./build/Debug/compile_commands.json
-Dsonar.verbose=true
env: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST }}