Commit ebdc8a21 authored by Federico Vaga's avatar Federico Vaga

bld: check code in specific container

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent c27911bc
......@@ -16,11 +16,12 @@ reuse:
- reuse lint
allow_failure: true
# cppcheck:
# stage: static-analysis
# script:
# - yum install -y cppcheck
# - make -C software cppcheck
cppcheck:
stage: static-analysis
image:
name: gitlab-registry.cern.ch/coht/common-containers/static-analysis:latest
script:
- make -C software cppcheck
documentation:
stage: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment