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

chore: run unl-its/static-code-analysis container

parent da90092f
No related branches found
No related tags found
4 merge requests!5Develop,!4Working copy,!3Static code analysis on xls branch,!1WIP: Static code analysis on xls branch
stages: stages:
- verify - verify
- build - build
- test
Check Makefile: Check Makefile:
stage: verify stage: verify
...@@ -23,3 +24,10 @@ Make All Images: ...@@ -23,3 +24,10 @@ Make All Images:
- linux, dockerd - linux, dockerd
script: script:
- make - make
test:
stage: test
tags:
- dockerd
script:
- docker run -rm unl-its/static-code-analysis sonar-scanner -v
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment