mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
Align with new pipeline image
This commit is contained in:
parent
be6712567f
commit
b8d47a2ac4
1 changed files with 3 additions and 10 deletions
|
|
@ -1,22 +1,15 @@
|
|||
variables:
|
||||
DEBUG: 'TRUE'
|
||||
SOURCE_FOLDER: "./src"
|
||||
FLAWFINDER_OPTIONS: "-m 4 --error-level=5"
|
||||
CPPCHECK_OPTIONS: " --enable=all --error-exitcode=1 -D_GNU_SOURCE --suppress=unusedFunction -i ./test/ --inline-suppr"
|
||||
SOURCE_FOLDER: "."
|
||||
COMPILATION_FIXUP: "cmake"
|
||||
|
||||
include:
|
||||
- project: 'iopsys/gitlab-ci-pipeline'
|
||||
file: '/static-code-analysis.yml'
|
||||
ref: '0.32'
|
||||
- project: 'docs/portal2/pipeline-template'
|
||||
file: 'MkDocs.gitlab-ci.yml'
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "devel"
|
||||
ref: '1.1'
|
||||
|
||||
stages:
|
||||
- static_code_analysis
|
||||
- pipeline_test
|
||||
- deploy
|
||||
|
||||
run_unit_test:
|
||||
stage: pipeline_test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue