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
9da02104
Commit
9da02104
authored
Sep 30, 2016
by
Jamie Hall
Browse files
Merge branch 'master' into develop
parents
36f48ed0
4ccc7b8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9da02104
...
...
@@ -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
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