Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Lüdke
dorie
Commits
a3e71132
Commit
a3e71132
authored
Jan 23, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change all CI job tags to 'demeter'
parent
1d8be482
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
No files found.
.gitlab-ci.yml
View file @
a3e71132
...
...
@@ -14,7 +14,7 @@ stages:
build:main:
stage
:
build
tags
:
-
d
ock
er
-
d
emet
er
script
:
-
CMAKE_FLAGS="-DDUNE_PYTHON_VIRTUALENV_SETUP=True -DDUNE_PYTHON_ALLOW_GET_PIP=True" MAKE_FLAGS="-j 2" ./dune-common/bin/dunecontrol --only=dorie all
artifacts
:
...
...
@@ -26,7 +26,7 @@ build:main:
build:update_dune:
stage
:
build
tags
:
-
d
ock
er
-
d
emet
er
script
:
-
./dune-common/bin/dunecontrol update
-
./dune-common/bin/dunecontrol exec "rm -rf build-cmake"
...
...
@@ -40,7 +40,7 @@ build:update_dune:
build:debug:
stage
:
build
tags
:
-
d
ock
er
-
d
emet
er
script
:
-
CMAKE_FLAGS="-DCMAKE_BUILD_TYPE=Debug -DDUNE_PYTHON_VIRTUALENV_SETUP=True -DDUNE_PYTHON_ALLOW_GET_PIP=True" MAKE_FLAGS="-j 2" ./dune-common/bin/dunecontrol --only=dorie all
artifacts
:
...
...
@@ -52,7 +52,7 @@ build:debug:
test:main:
stage
:
test
tags
:
-
d
ock
er
-
d
emet
er
dependencies
:
-
build:main
allow_failure
:
true
...
...
@@ -68,7 +68,7 @@ test:main:
test:update_dune:
stage
:
test
tags
:
-
d
ock
er
-
d
emet
er
dependencies
:
-
build:update_dune
allow_failure
:
true
...
...
@@ -84,7 +84,7 @@ test:update_dune:
deploy:build_docs:
stage
:
deploy
tags
:
-
d
ock
er
-
d
emet
er
dependencies
:
-
build:main
script
:
...
...
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