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
cbde37e6
Commit
cbde37e6
authored
Sep 30, 2016
by
Jamie Hall
Browse files
Update .gitlab-ci.yml
parent
60b8c846
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cbde37e6
...
...
@@ -11,40 +11,39 @@ build:trusty:
-
./BuildServer/Debian/run_build.sh
allow_failure
:
false
only
:
-
tags
-
develop
-
feature-*
artifacts
:
paths
:
-
build
tags
:
-
ubuntu14.04
test:trusty:
stage
:
test
script
:
-
./BuildServer/Debian/run_tests.sh
allow_failure
:
false
only
:
-
tags
-
develop
dependencies
:
-
build:trusty
tags
:
-
ubuntu14.04
#
test:trusty:
#
stage: test
#
script:
#
- ./BuildServer/Debian/run_tests.sh
#
allow_failure: false
#
only:
#
- tags
#
- develop
#
dependencies:
#
- build:trusty
#
tags:
#
- ubuntu14.04
deploy:trusty:
stage
:
deploy
script
:
-
./BuildServer/Debian/run_deploy.sh amd64 trusty
only
:
-
tags
-
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:
#
- tags
#
- develop
#
when: on_success
#
artifacts:
#
paths:
#
- ./BuildServer/Debian/Build/*.deb
#
tags:
#
- ubuntu14.04
# osx 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