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
60b8c846
Commit
60b8c846
authored
Sep 28, 2016
by
eric pellegrini
Browse files
Merge branch 'release-test'
parents
59534bf6
e90291f3
Pipeline
#952
canceled with stages
in 1 minute and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
60b8c846
...
...
@@ -10,6 +10,9 @@ build:trusty:
script
:
-
./BuildServer/Debian/run_build.sh
allow_failure
:
false
only
:
-
tags
-
develop
artifacts
:
paths
:
-
build
...
...
@@ -21,17 +24,20 @@ test:trusty:
script
:
-
./BuildServer/Debian/run_tests.sh
allow_failure
:
false
tags
:
-
ubuntu14.04
only
:
-
tags
-
develop
dependencies
:
-
build:trusty
tags
:
-
ubuntu14.04
deploy:trusty:
stage
:
deploy
script
:
-
./BuildServer/Debian/run_deploy.sh amd64 trusty
only
:
-
master
-
tags
-
develop
when
:
on_success
artifacts
:
...
...
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