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
8cc73d03
Commit
8cc73d03
authored
May 17, 2018
by
Remi Perenon
Browse files
Testing build on Windows as MacOS
parent
71bfbfae
Pipeline
#3695
failed with stages
in 19 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8cc73d03
...
...
@@ -3,51 +3,6 @@ stages:
-
deploy
-
clean
# xenial pipeline
ci:xenial:
stage
:
ci
script
:
-
source ./BuildServer/Unix/definitions_debian.sh
-
source ./BuildServer/Unix/version.sh
-
./BuildServer/Unix/clean.sh
-
./BuildServer/Unix/build.sh
-
./BuildServer/Unix/tests.sh
allow_failure
:
false
only
:
-
triggers
-
tags
-
release
-
hotfix
-
develop
-
/^feature-.*$/
-
/^bugfix-.*$/
artifacts
:
paths
:
-
./BuildServer/Unix/Build
expire_in
:
1 day
tags
:
-
ubuntu16.04
deploy:xenial:
stage
:
deploy
script
:
-
./BuildServer/Unix/deploy_debian.sh
only
:
-
tags
-
develop
dependencies
:
-
ci:xenial
when
:
on_success
artifacts
:
paths
:
-
BuildServer/MDANSE*.deb
tags
:
-
ubuntu16.04
clean:xenial:
stage
:
clean
script
:
-
./BuildServer/Unix/clean.sh
tags
:
-
ubuntu16.04
# osx pipeline
ci:osx:
...
...
@@ -77,9 +32,6 @@ deploy:osx:
stage
:
deploy
script
:
-
./BuildServer/Unix/deploy_macos.sh
only
:
-
tags
-
develop
dependencies
:
-
ci:osx
when
:
on_success
...
...
@@ -124,9 +76,6 @@ deploy:windows:
stage
:
deploy
script
:
-
call .\\BuildServer\\Windows\\deploy.bat
only
:
-
tags
-
develop
dependencies
:
-
ci:windows
when
:
on_success
...
...
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