Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Heisch, Benjamin
APAL
Commits
176b083d
Commit
176b083d
authored
Aug 07, 2020
by
Benjamin Heisch
Browse files
Added gcovr again to buildprocess. Also added cppcheck to ci
parent
945476a3
Pipeline
#19078
failed with stages
in 3 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
176b083d
...
...
@@ -32,7 +32,7 @@ debian_test:
-
cd build/Debug
-
ctest -E pluginval
#- gcovr --fail-under-line 80 -s -e '.*/deps/.*$' -e '.*(CMake|(T|t)tl|string_view).*$' --exclude-directories "test/|examples/|deps/" -r $(pwd)/../.. $(pwd)
-
cppcheck
-q
--enable=warning,style,performance,portability --error-exitcode=1 --std=c++14 --language=c++ --project=compile_commands.json
-ideps/
-
cppcheck --enable=warning,style,performance,portability --error-exitcode=1
-q
--std=c++14 --language=c++
--suppress=*:*deps/*
--project=compile_commands.json
-
gcovr --fail-under-line 80 -s -e '.*/deps/.*$' -e '.*(CMake|(T|t)tl|string_view).*$' --exclude-directories "test/|examples/|deps/" -r $(pwd)/../.. $(pwd)
#docker-test-linux-x64 :
# image: dockcross/linux-x64
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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