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
a90b7380
Commit
a90b7380
authored
Aug 12, 2019
by
Philipp Götze
Browse files
💚
Update tags syntax in .gitlab-ci.yml
parent
52284070
Pipeline
#138
passed with stages
in 10 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a90b7380
...
...
@@ -6,7 +6,8 @@ stages:
build
:
stage
:
build
tags
:
grouprunner
tags
:
-
grouprunner
script
:
-
mkdir build
-
cd build
...
...
@@ -22,7 +23,8 @@ build:
test
:
stage
:
test
tags
:
grouprunner
tags
:
-
grouprunner
script
:
-
echo pass | sudo -S mkdir -m 777 -p /mnt/pmem/test
-
cd build
...
...
@@ -32,7 +34,8 @@ test:
coverage
:
stage
:
build
tags
:
grouprunner
tags
:
-
grouprunner
script
:
-
echo pass | sudo -S dnf -y install python-pip
-
pip install gcovr --user
...
...
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