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
0777e409
Commit
0777e409
authored
Feb 28, 2020
by
Philipp Götze
Browse files
Merge branch 'master' of dbgit.prakinf.tu-ilmenau.de:code/nvm-based_data_structures
parents
454ccd22
013c8e8a
Pipeline
#464
passed with stages
in 6 minutes and 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0777e409
...
...
@@ -26,7 +26,7 @@ test:
tags
:
-
grouprunner
script
:
-
echo pass | sudo -S
mkdir -m 777 -p /mnt/pmem0/test
-
mkdir -m 777 -p /mnt/pmem0/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" ..
-
make -j
3
-
echo pass | sudo -S
mkdir -m 777 -p /mnt/pmem0/test
-
mkdir -m 777 -p /mnt/pmem0/test
-
ctest
-
~/.local/bin/gcovr -r .. --exclude _deps
coverage
:
'
/^TOTAL.*\s+(\d+\%)$/'
...
...
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