Skip to content
Snippets Groups Projects
Commit 6ddd920d authored by Soeren Peters's avatar Soeren Peters
Browse files

Get verbose output from sonar scanner.

parent a696ed57
No related branches found
No related tags found
1 merge request!9Fixed CMake Cuda workaround and merge conflict error.
......@@ -556,7 +556,8 @@ gcov_to_elladan:
sonar-scanner:
stage: deploy
only:
- develop@irmb/VirtualFluids_dev
- develop
#- develop@irmb/VirtualFluids_dev
variables:
SONAR_HOST_URL: "http://gitlab-runner01.irmb.bau.tu-bs.de/sonarqube/"
......@@ -577,7 +578,7 @@ sonar-scanner:
script:
- cd $CI_PROJECT_DIR
- sonar-scanner -Dsonar.login=$SONAR_SECURITY_TOKEN
- sonar-scanner -X -Dsonar.verbose=true -Dsonar.login=$SONAR_SECURITY_TOKEN
###############################################################################
## Release ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment