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:
|
variables:
|
||||||
DEBUG: 'TRUE'
|
SOURCE_FOLDER: "."
|
||||||
SOURCE_FOLDER: "./src"
|
COMPILATION_FIXUP: "cmake"
|
||||||
FLAWFINDER_OPTIONS: "-m 4 --error-level=5"
|
|
||||||
CPPCHECK_OPTIONS: " --enable=all --error-exitcode=1 -D_GNU_SOURCE --suppress=unusedFunction -i ./test/ --inline-suppr"
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- project: 'iopsys/gitlab-ci-pipeline'
|
- project: 'iopsys/gitlab-ci-pipeline'
|
||||||
file: '/static-code-analysis.yml'
|
file: '/static-code-analysis.yml'
|
||||||
ref: '0.32'
|
ref: '1.1'
|
||||||
- project: 'docs/portal2/pipeline-template'
|
|
||||||
file: 'MkDocs.gitlab-ci.yml'
|
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_BRANCH == "devel"
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- static_code_analysis
|
- static_code_analysis
|
||||||
- pipeline_test
|
- pipeline_test
|
||||||
- deploy
|
|
||||||
|
|
||||||
run_unit_test:
|
run_unit_test:
|
||||||
stage: pipeline_test
|
stage: pipeline_test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue