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
013c8e8a
Commit
013c8e8a
authored
Feb 28, 2020
by
Philipp Götze
Browse files
💚
Removed sudo from .gitlab-ci.yml (executed as root)
parent
678c386f
Pipeline
#463
failed with stages
in 5 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
013c8e8a
...
...
@@ -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
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