Align with new pipeline image

This commit is contained in:
Vivek Kumar Dutta 2024-08-30 16:17:58 +05:30
parent be6712567f
commit b8d47a2ac4

View file

@ -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