Commit a3e57dd1 authored by Federico Vaga's avatar Federico Vaga

ci: make use of EDL common CI

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 14eb00f8
...@@ -5,28 +5,21 @@ ...@@ -5,28 +5,21 @@
variables: variables:
GIT_SUBMODULE_STRATEGY: normal GIT_SUBMODULE_STRATEGY: normal
stages: include:
- static-analysis - project: 'be-cem-edl/evergreen/gitlab-ci'
- build ref: master
file:
reuse: - 'edl-gitlab-ci.yml'
stage: static-analysis
image:
name: fsfe/reuse:latest
entrypoint: [""]
script:
- reuse lint
allow_failure: true
cppcheck: cppcheck:
stage: static-analysis stage: analyse
image: image:
name: gitlab-registry.cern.ch/coht/common-containers/static-analysis:latest name: gitlab-registry.cern.ch/coht/common-containers/static-analysis:latest
script: script:
- make -C software cppcheck - make -C software cppcheck
flawfinder: flawfinder:
stage: static-analysis stage: analyse
image: image:
name: gitlab-registry.cern.ch/coht/common-containers/static-analysis:latest name: gitlab-registry.cern.ch/coht/common-containers/static-analysis:latest
script: script:
......
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