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
e2e89ed8
Commit
e2e89ed8
authored
May 11, 2016
by
Jamie Hall
Browse files
Update .gitlab-ci.yml
parent
4c21638f
Pipeline
#273
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e2e89ed8
...
...
@@ -15,20 +15,20 @@ osx:
paths
:
-
BuildServer/Darwin/Build/*.dmg
windows
:
stage
:
build
script
:
-
c:\cygwin64\bin\bash -c "dos2unix.exe ./BuildServer/Windows/package.sh"
-
c:\cygwin64\bin\bash .\BuildServer\Windows\package.sh setup
-
c:\cygwin64\bin\bash .\BuildServer\Windows\package.sh build
artifacts
:
paths
:
-
BuildServer/Windows/*.exe
only
:
-
tags
tags
:
-
windows
allow_failure
:
false
#
windows:
#
stage: build
#
script:
#
- c:\cygwin64\bin\bash -c "dos2unix.exe ./BuildServer/Windows/package.sh"
#
- c:\cygwin64\bin\bash .\BuildServer\Windows\package.sh setup
#
- c:\cygwin64\bin\bash .\BuildServer\Windows\package.sh build
#
artifacts:
#
paths:
#
- BuildServer/Windows/*.exe
#
only:
#
- tags
#
tags:
#
- windows
#
allow_failure: false
# linux:
# stage: build
...
...
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