Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
pipelines
Commits
1eb29bc2
Commit
1eb29bc2
authored
Oct 06, 2021
by
Tigran Mkrtchyan
☕
Browse files
cta-build: add cppcheck
parent
69c00703
Changes
1
Hide whitespace changes
Inline
Side-by-side
cta-build.yml
View file @
1eb29bc2
...
...
@@ -2,6 +2,7 @@ stages:
-
build:srpm
-
build:rpm
-
test:install
-
analysis
before_script
:
-
export CTA_BUILD_ID=${CI_PIPELINE_ID}git${CI_COMMIT_SHA:0:8}
...
...
@@ -82,3 +83,11 @@ test_install:
-
yum -y install yum-plugin-priorities yum-plugin-versionlock
-
yum -y install -x cta-migration\* build_rpm/RPM/RPMS/x86_64/cta-*
cppcheck
:
stage
:
analysis
image
:
name
:
neszt/cppcheck-docker
entrypoint
:
[
"
/usr/bin/env"
]
script
:
-
cppcheck .
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment