Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
e1bab95e
Commit
e1bab95e
authored
Apr 25, 2018
by
André Anjos
💬
Browse files
Set pipeline to circumvent
#51
(parallel CIs)
parent
aa4a2284
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e1bab95e
...
...
@@ -8,15 +8,17 @@ variables:
# Definition of our build pipeline order
stages
:
-
build
-
docker
-
build1
-
build2
-
docker1
-
docker2
-
deploy
-
pypi
# Build targets
.build_template
:
&build_job
stage
:
build
stage
:
build
1
before_script
:
-
mkdir _ci
-
curl --silent "https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/install.sh" > _ci/install.sh
...
...
@@ -65,7 +67,7 @@ stages:
# Docker host based testing (must be run inside dind or docker-enabled host)
.docker_test_linux_template
:
&linux_docker_job
stage
:
docker
stage
:
docker
1
before_script
:
# safe keep artifacts as before_build.sh will erase those...
-
mv ${CONDA_ROOT}/conda-bld .
...
...
@@ -108,6 +110,7 @@ build_macosx_27:
build_macosx_36
:
<<
:
*macosx_build_job
stage
:
build2
variables
:
PYTHON_VERSION
:
"
3.6"
...
...
@@ -125,6 +128,7 @@ docker_linux_27:
docker_linux_36
:
<<
:
*linux_docker_job
stage
:
docker2
variables
:
PYTHON_VERSION
:
"
3.6"
dependencies
:
...
...
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