mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
CI: use a fixed code analysis template version
This commit is contained in:
parent
64e780551d
commit
db4b4b955e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
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'
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DEBUG: 'TRUE'
|
DEBUG: 'TRUE'
|
||||||
COMMON_IMAGE: "iopsys/code-analysis:0.27"
|
|
||||||
RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 -D_GNU_SOURCE --suppress=unusedFunction -i ./test/ --inline-suppr"
|
RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 -D_GNU_SOURCE --suppress=unusedFunction -i ./test/ --inline-suppr"
|
||||||
SOURCE_FOLDER: "."
|
SOURCE_FOLDER: "."
|
||||||
CWMP_WORKER_PROCESSES: 1
|
CWMP_WORKER_PROCESSES: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue