Skip to content
Snippets Groups Projects
Commit 9f1ee9d6 authored by Jose Raul Barreras's avatar Jose Raul Barreras
Browse files

add gitlab-ci

parent 850d01e1
No related branches found
No related tags found
No related merge requests found
Pipeline #7807 failed
image: jrbm/static-code-analysis-standard
stages:
- verify
variables:
SONAR_URL: http://10.160.238.11:9000/
verify_master:
stage: verify
tags:
- docker
only:
- master
script:
- sonar-scanner -X -Dsonar.host.url=$SONAR_URL -Dsonar.projectKey=$CI_PROJECT_PATH_SLUG -Dsonar.sources=. -Dsonar.login=$SONAR_TOKEN_TEST -Dsonar.branch.name=master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment