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
7c0b54a5
Commit
7c0b54a5
authored
Sep 27, 2016
by
eric pellegrini
Browse files
Update .gitlab-ci.yml
parent
d6d89643
Pipeline
#942
passed with stages
in 13 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7c0b54a5
...
...
@@ -104,19 +104,19 @@ test:windows:
dependencies
:
-
build:windows
#
deploy:windows:
#
stage: deploy
#
script:
#
- c:\cygwin64\bin\bash -c "dos2unix.exe ./BuildServer/Windows/run_deploy.sh"
#
- c:\cygwin64\bin\bash -c "chmod a+x ./BuildServer/Windows/run_deploy.sh"
#
- c:\cygwin64\bin\bash -c "./BuildServer/Windows/run_deploy.sh"
#
only:
#
-
tags
#
-
hotfix-.*
#
when: on_success
#
artifacts:
#
paths:
#
- BuildServer/Windows/Build/MDANSE*.exe
#
tags:
#
- windows
deploy:windows:
stage
:
deploy
script
:
-
c:\cygwin64\bin\bash -c "dos2unix.exe ./BuildServer/Windows/run_deploy.sh"
-
c:\cygwin64\bin\bash -c "chmod a+x ./BuildServer/Windows/run_deploy.sh"
-
c:\cygwin64\bin\bash -c "./BuildServer/Windows/run_deploy.sh"
only
:
-
master
-
develop
when
:
on_success
artifacts
:
paths
:
-
BuildServer/Windows/Build/MDANSE*.exe
tags
:
-
windows
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