Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
28
Issues
28
List
Boards
Labels
Milestones
Merge Requests
13
Merge Requests
13
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
b0c52d1a
Commit
b0c52d1a
authored
Mar 13, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove tags from all builds
parent
b7ae790d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
.gitlab-ci.yml
.gitlab-ci.yml
+0
-12
No files found.
.gitlab-ci.yml
View file @
b0c52d1a
...
...
@@ -13,8 +13,6 @@ stages:
build:main:
stage
:
build
tags
:
-
demeter
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
:
...
...
@@ -25,8 +23,6 @@ build:main:
build:update_dune:
stage
:
build
tags
:
-
demeter
only
:
-
master
script
:
...
...
@@ -41,15 +37,11 @@ build:update_dune:
build:debug:
stage
:
build
tags
:
-
demeter
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
test:main:
stage
:
test
tags
:
-
demeter
dependencies
:
-
build:main
allow_failure
:
true
...
...
@@ -64,8 +56,6 @@ test:main:
test:update_dune:
stage
:
test
tags
:
-
demeter
dependencies
:
-
build:update_dune
only
:
...
...
@@ -82,8 +72,6 @@ test:update_dune:
deploy:build_docs:
stage
:
deploy
tags
:
-
demeter
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