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

Adds needs to sonarqube job.

parent 79b2c03a
No related branches found
No related tags found
No related merge requests found
...@@ -441,9 +441,12 @@ gcov_to_elladan: ...@@ -441,9 +441,12 @@ gcov_to_elladan:
# the reports ins this file needs to match the artifacts. # the reports ins this file needs to match the artifacts.
sonar-scanner: sonar-scanner:
stage: deploy stage: deploy
variables: variables:
SONAR_HOST_URL: "http://finrod.irmb.bau.tu-bs.de/sonarqube" SONAR_HOST_URL: "http://finrod.irmb.bau.tu-bs.de/sonarqube"
needs: ["cppcheck","clang-tidy"]
before_script: before_script:
- cd /tmp - cd /tmp
- apt-get install unzip - apt-get install unzip
......
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