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
code
pfabric
Commits
25c26ec6
Commit
25c26ec6
authored
Aug 30, 2019
by
Philipp Götze
Browse files
💚
Make ctest output in CI verbose
parent
336fe4d9
Pipeline
#185
failed with stages
in 18 minutes and 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
25c26ec6
...
@@ -27,7 +27,7 @@ test:
...
@@ -27,7 +27,7 @@ test:
-
grouprunner
-
grouprunner
script
:
script
:
-
cd build
-
cd build
-
ctest
-
ctest
-V
dependencies
:
dependencies
:
-
build
-
build
...
@@ -44,6 +44,6 @@ coverage:
...
@@ -44,6 +44,6 @@ coverage:
-
cd build
-
cd build
-
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-g -O0 -fprofile-arcs -ftest-coverage" -DBUILD_TEST_CASES=ON ../src
-
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-g -O0 -fprofile-arcs -ftest-coverage" -DBUILD_TEST_CASES=ON ../src
-
make -j
3
-
make -j
3
-
ctest
-
ctest
-V
-
~/.local/bin/gcovr -r .. --exclude 3rdparty --exclude '(.+/)?catch\.hpp$'
-
~/.local/bin/gcovr -r .. --exclude 3rdparty --exclude '(.+/)?catch\.hpp$'
coverage
:
'
/^TOTAL.*\s+(\d+\%)$/'
coverage
:
'
/^TOTAL.*\s+(\d+\%)$/'
Write
Preview
Markdown
is supported
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