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
PMem-based Data Structures
Commits
2a53b0de
Commit
2a53b0de
authored
Nov 05, 2019
by
Philipp Götze
Browse files
💚
Match PMem mount point for CI
parent
3b3341e8
Pipeline
#274
passed with stages
in 8 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2a53b0de
...
...
@@ -26,7 +26,7 @@ test:
tags
:
-
grouprunner
script
:
-
echo pass | sudo -S mkdir -m 777 -p /mnt/pmem/test
-
echo pass | sudo -S mkdir -m 777 -p /mnt/pmem
0
/test
-
cd build
-
ctest
dependencies
:
...
...
@@ -43,7 +43,7 @@ coverage:
-
cd build
-
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-g -O0 -fprofile-arcs -ftest-coverage" ../src
-
make -j
3
-
echo pass | sudo -S mkdir -m 777 -p /mnt/pmem/test
-
echo pass | sudo -S mkdir -m 777 -p /mnt/pmem
0
/test
-
ctest
-
~/.local/bin/gcovr -r .. --exclude _deps
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