Skip to content
Snippets Groups Projects
Commit 7c574fdc authored by Filip Matusiak's avatar Filip Matusiak
Browse files

CI: Start using latest image for static analysis and compile test

parent b77edc58
No related branches found
No related tags found
No related merge requests found
Pipeline #100258 passed
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'
stages: stages:
- static_code_analysis - static_code_analysis
...@@ -12,12 +11,11 @@ stages: ...@@ -12,12 +11,11 @@ stages:
variables: variables:
DEBUG: 'TRUE' DEBUG: 'TRUE'
SOURCE_FOLDER: "." SOURCE_FOLDER: "."
RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable --suppress=variableScope --inline-suppr ."
CPPCHECK_OPTIONS: " --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --suppress=unreadVariable --suppress=variableScope" CPPCHECK_OPTIONS: " --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --suppress=unreadVariable --suppress=variableScope"
run_compile_test: run_compile_test:
stage: compile_test stage: compile_test
image: dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.27 image: dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.29
allow_failure: false allow_failure: false
script: script:
- "./gitlab-ci/install-dependencies.sh" - "./gitlab-ci/install-dependencies.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment