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
fcdd3e84
Commit
fcdd3e84
authored
Sep 27, 2016
by
eric pellegrini
Browse files
Update .gitlab-ci.yml
parent
736d37ff
Pipeline
#946
passed with stages
in 17 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fcdd3e84
...
...
@@ -5,77 +5,77 @@ stages:
# trusty pipeline
#
build:trusty:
#
stage: build
#
script:
#
- ./BuildServer/Debian/run_build.sh
#
allow_failure: false
#
artifacts:
#
paths:
#
- build
#
tags:
#
- ubuntu14.04
build:trusty:
stage
:
build
script
:
-
./BuildServer/Debian/run_build.sh
allow_failure
:
false
artifacts
:
paths
:
-
build
tags
:
-
ubuntu14.04
#
test:trusty:
#
stage: test
#
script:
#
- ./BuildServer/Debian/run_tests.sh
#
allow_failure: false
#
tags:
#
- ubuntu14.04
#
dependencies:
#
- build:trusty
test:trusty:
stage
:
test
script
:
-
./BuildServer/Debian/run_tests.sh
allow_failure
:
false
tags
:
-
ubuntu14.04
dependencies
:
-
build:trusty
#
deploy:trusty:
#
stage: deploy
#
script:
#
- ./BuildServer/Debian/run_deploy.sh amd64 trusty
#
only:
#
- master
#
- develop
#
when: on_success
#
artifacts:
#
paths:
#
- ./BuildServer/Debian/Build/*.deb
#
tags:
#
- ubuntu14.04
deploy:trusty:
stage
:
deploy
script
:
-
./BuildServer/Debian/run_deploy.sh amd64 trusty
only
:
-
master
-
develop
when
:
on_success
artifacts
:
paths
:
-
./BuildServer/Debian/Build/*.deb
tags
:
-
ubuntu14.04
# osx pipeline
#
build:osx:
#
stage: build
#
script:
#
- ./BuildServer/Darwin/Scripts/run_build.sh
#
allow_failure: false
#
artifacts:
#
paths:
#
- build
#
tags:
#
- mac
build:osx:
stage
:
build
script
:
-
./BuildServer/Darwin/Scripts/run_build.sh
allow_failure
:
false
artifacts
:
paths
:
-
build
tags
:
-
mac
#
test:osx:
#
stage: test
#
script:
#
- ./BuildServer/Darwin/Scripts/run_tests.sh
#
allow_failure: false
#
tags:
#
- mac
#
dependencies:
#
- build:osx
test:osx:
stage
:
test
script
:
-
./BuildServer/Darwin/Scripts/run_tests.sh
allow_failure
:
false
tags
:
-
mac
dependencies
:
-
build:osx
#
deploy:osx:
#
stage: deploy
#
script:
#
- ./BuildServer/Darwin/Scripts/run_deploy.sh
#
only:
#
- master
#
- develop
#
when: on_success
#
artifacts:
#
paths:
#
- BuildServer/Darwin/Build/*.dmg
#
tags:
#
- mac
deploy:osx:
stage
:
deploy
script
:
-
./BuildServer/Darwin/Scripts/run_deploy.sh
only
:
-
master
-
develop
when
:
on_success
artifacts
:
paths
:
-
BuildServer/Darwin/Build/*.dmg
tags
:
-
mac
# # windows 7 pipeline
...
...
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