Skip to content

Commit

Permalink
ci.inria.fr/sonar: output the sonar-scanner version
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Jan 4, 2021
1 parent 3aac8fe commit a68a766
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/ci.inria.fr/job-3-sonarscanner.sh
Expand Up @@ -170,6 +170,9 @@ sonar.c.valgrind.reportPath=${VALGRIND_XMLS}
sonar.lang.patterns.c++=**/*.cpp,**/*.hpp
EOF

# Log the sonar-scanner version in case of problem
sonar-scanner --version

# Run the sonar-scanner analysis and submit to SonarQube server
sonar-scanner -X > sonar.log

Expand Down

0 comments on commit a68a766

Please sign in to comment.