Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.buildout
Commits
ea483c46
Commit
ea483c46
authored
Sep 23, 2016
by
André Anjos
💬
Browse files
Update ci instructions
parent
2cf3df10
Pipeline
#3898
passed with stages
in 37 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ea483c46
...
...
@@ -108,7 +108,7 @@ stages:
build_linux_27
:
<<
:
*build_job
variables
:
&linux_27_build_variables
PYTHON_VER
:
"
2.7"
PYTHON_VER
SION
:
"
2.7"
WHEEL_TAG
:
"
py27"
tags
:
-
conda-linux
...
...
@@ -133,7 +133,7 @@ wheels_linux_27:
build_linux_34
:
<<
:
*build_job
variables
:
&linux_34_build_variables
PYTHON_VER
:
"
3.4"
PYTHON_VER
SION
:
"
3.4"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-linux
...
...
@@ -151,7 +151,7 @@ test_linux_34:
build_linux_35
:
<<
:
*build_job
variables
:
&linux_35_build_variables
PYTHON_VER
:
"
3.5"
PYTHON_VER
SION
:
"
3.5"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-linux
...
...
@@ -191,7 +191,7 @@ deploy_linux_35:
build_macosx_27
:
<<
:
*build_job
variables
:
&macosx_27_build_variables
PYTHON_VER
:
"
2.7"
PYTHON_VER
SION
:
"
2.7"
WHEEL_TAG
:
"
py27"
tags
:
-
conda-macosx
...
...
@@ -209,7 +209,7 @@ test_macosx_27:
build_macosx_34
:
<<
:
*build_job
variables
:
&macosx_34_build_variables
PYTHON_VER
:
"
3.4"
PYTHON_VER
SION
:
"
3.4"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-macosx
...
...
@@ -227,7 +227,7 @@ test_macosx_34:
build_macosx_35
:
<<
:
*build_job
variables
:
&macosx_35_build_variables
PYTHON_VER
:
"
3.5"
PYTHON_VER
SION
:
"
3.5"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-macosx
...
...
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