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
371d9c94
Commit
371d9c94
authored
May 11, 2016
by
Jamie Hall
Browse files
Update .gitlab-ci.yml
parent
cf9049e2
Pipeline
#284
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
371d9c94
...
...
@@ -15,30 +15,30 @@ 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
#
script:
#
- ./BuildServer/Debian/build_deb.sh amd64 trusty
#
artifacts:
#
paths:
#
- BuildServer/
Windows/*.exe
#
only:
#
- tags
#
tags:
#
- ubuntu14.04
#
allow_failure: false
linux
:
stage
:
build
script
:
-
./BuildServer/Debian/build_deb.sh amd64 trusty
artifacts
:
paths
:
-
BuildServer/
Debian/*.deb
only
:
-
tags
tags
:
-
ubuntu14.04
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