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
52284070
Commit
52284070
authored
Aug 12, 2019
by
Philipp Götze
Browse files
💚
Update .gitlab-ci.yml with tags
parent
fe05b3ad
Pipeline
#137
failed
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
52284070
...
@@ -6,6 +6,7 @@ stages:
...
@@ -6,6 +6,7 @@ stages:
build
:
build
:
stage
:
build
stage
:
build
tags
:
grouprunner
script
:
script
:
-
mkdir build
-
mkdir build
-
cd build
-
cd build
...
@@ -21,6 +22,7 @@ build:
...
@@ -21,6 +22,7 @@ build:
test
:
test
:
stage
:
test
stage
:
test
tags
:
grouprunner
script
:
script
:
-
echo pass | sudo -S mkdir -m 777 -p /mnt/pmem/test
-
echo pass | sudo -S mkdir -m 777 -p /mnt/pmem/test
-
cd build
-
cd build
...
@@ -30,6 +32,7 @@ test:
...
@@ -30,6 +32,7 @@ test:
coverage
:
coverage
:
stage
:
build
stage
:
build
tags
:
grouprunner
script
:
script
:
-
echo pass | sudo -S dnf -y install python-pip
-
echo pass | sudo -S dnf -y install python-pip
-
pip install gcovr --user
-
pip install gcovr --user
...
...
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