Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
71bfbfae
Commit
71bfbfae
authored
May 17, 2018
by
Remi Perenon
Browse files
Modifying YAML file to deal with new build servers
parent
a64e2b16
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
71bfbfae
...
...
@@ -2,7 +2,7 @@ stages:
-
ci
-
deploy
-
clean
# xenial pipeline
ci:xenial:
stage
:
ci
...
...
@@ -26,7 +26,7 @@ ci:xenial:
-
./BuildServer/Unix/Build
expire_in
:
1 day
tags
:
-
ubuntu1
4
.04
-
ubuntu1
6
.04
deploy:xenial:
stage
:
deploy
script
:
...
...
@@ -41,11 +41,13 @@ deploy:xenial:
paths
:
-
BuildServer/MDANSE*.deb
tags
:
-
ubuntu1
4
.04
-
ubuntu1
6
.04
clean:xenial:
stage
:
clean
script
:
-
./BuildServer/Unix/clean.sh
tags
:
-
ubuntu16.04
# osx pipeline
ci:osx:
...
...
@@ -70,7 +72,7 @@ ci:osx:
-
./BuildServer/Unix/Build
expire_in
:
1 day
tags
:
-
mac
mini2
-
mac
os10.13
deploy:osx:
stage
:
deploy
script
:
...
...
@@ -85,11 +87,13 @@ deploy:osx:
paths
:
-
BuildServer/MDANSE*.dmg
tags
:
-
mac
mini2
-
mac
os10.13
clean:osx:
stage
:
clean
script
:
-
./BuildServer/Unix/clean.sh
tags
:
-
macos10.13
# windows 7 pipeline
# "call" is mandatory, see https://gitlab.com/gitlab-org/gitlab-runner/issues/1051
...
...
@@ -115,7 +119,7 @@ ci:windows:
-
.\\BuildServer\\Windows\\Build
expire_in
:
1 day
tags
:
-
windows
-
windows
10
deploy:windows:
stage
:
deploy
script
:
...
...
@@ -130,8 +134,10 @@ deploy:windows:
paths
:
-
BuildServer\\MDANSE*.exe
tags
:
-
windows
-
windows
10
clean:windows:
stage
:
clean
script
:
-
call .\\BuildServer\\Windows\\clean.bat
tags
:
-
windows10
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