Skip to content
Snippets Groups Projects
Unverified Commit d83c4207 authored by Vivek Dutta's avatar Vivek Dutta
Browse files

CI/CD: Align with jammy image

parent 3df91129
No related branches found
No related tags found
1 merge request!21CI/CD: Align with jammy image
Pipeline #114175 passed
variables:
DEBUG: 'TRUE'
SOURCE_FOLDER: "."
FLAWFINDER_OPTIONS: "-m 4 --error-level=5"
CPPCHECK_OPTIONS: " --enable=all --error-exitcode=1"
include: include:
- project: 'iopsys/gitlab-ci-pipeline' - project: 'iopsys/gitlab-ci-pipeline'
file: '/static-code-analysis.yml' file: '/static-code-analysis.yml'
ref: '0.27' ref: '0.31'
- project: 'docs/portal2/pipeline-template' - project: 'docs/portal2/pipeline-template'
file: 'MkDocs.gitlab-ci.yml' file: 'MkDocs.gitlab-ci.yml'
rules: rules:
- if: $CI_COMMIT_BRANCH == "devel" - if: $CI_COMMIT_BRANCH == "devel"
variables:
DEBUG: 'TRUE'
SOURCE_FOLDER: "."
RUN_CPPCHECK: "cppcheck --force --enable=all --error-exitcode=1"
stages: stages:
- static_code_analysis - static_code_analysis
- compilation_test - compilation_test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment