Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
40878311
Commit
40878311
authored
May 10, 2016
by
eric pellegrini
Browse files
Update .gitlab-ci.yml
parent
2b41ce35
Pipeline
#261
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
40878311
...
@@ -15,14 +15,14 @@ osx:
...
@@ -15,14 +15,14 @@ osx:
paths
:
paths
:
-
BuildServer/Darwin/Build/*.dmg
-
BuildServer/Darwin/Build/*.dmg
windows
:
#
windows:
stage
:
build
#
stage: build
script
:
#
script:
-
c:\cygwin64\bin\bash -c "dos2unix.exe ./BuildServer/Windows/package.sh"
#
- 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 setup
-
c:\cygwin64\bin\bash .\BuildServer\Windows\package.sh build
#
- c:\cygwin64\bin\bash .\BuildServer\Windows\package.sh build
only
:
#
only:
-
tags
#
- tags
tags
:
#
tags:
-
windows
#
- windows
allow_failure
:
false
#
allow_failure: false
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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