Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.voice
Commits
15574ef9
Commit
15574ef9
authored
May 08, 2017
by
Pavel KORSHUNOV
Browse files
No tensorflow for mac os yet
parent
f1f505fb
Pipeline
#8916
failed with stages
in 10 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
15574ef9
...
...
@@ -109,54 +109,69 @@ stages:
# Build Targets
# -------------
# Linux + Python 3.6: Builds, tests and uploads wheel
build_linux_36
:
# Linux + Python 2.7: Builds, tests, uploads wheel and deploys (if needed)
build_linux_27
:
<<
:
*build_job
variables
:
&linux_
36
_build_variables
PYTHON_VERSION
:
"
3.6
"
WHEEL_TAG
:
"
py
3
"
variables
:
&linux_
27
_build_variables
PYTHON_VERSION
:
"
2.7
"
WHEEL_TAG
:
"
py
27
"
tags
:
-
conda-linux
test_linux_
36
:
test_linux_
27
:
<<
:
*test_job
variables
:
*linux_
36
_build_variables
variables
:
*linux_
27
_build_variables
dependencies
:
-
build_linux_
36
-
build_linux_
27
tags
:
-
conda-linux
wheels_linux_
36
:
wheels_linux_
27
:
<<
:
*wheels_job
variables
:
*linux_
36
_build_variables
variables
:
*linux_
27
_build_variables
dependencies
:
-
build_linux_
36
-
build_linux_
27
tags
:
-
conda-linux
d
ocs
_linux_
36
:
<<
:
*d
ocs
_job
variables
:
*linux_
36
_build_variables
d
eploy
_linux_
27
:
<<
:
*d
eploy
_job
variables
:
*linux_
27
_build_variables
dependencies
:
-
build_linux_
36
-
build_linux_
27
tags
:
-
conda-linux
#
Mac OSX
+ Python 3.
6
: Builds
and tests
build_
macos
x_3
6
:
#
Linux
+ Python 3.
5
: Builds
, tests and uploads wheel
build_
linu
x_3
5
:
<<
:
*build_job
variables
:
&
macos
x_3
6
_build_variables
PYTHON_VERSION
:
"
3.
6
"
variables
:
&
linu
x_3
5
_build_variables
PYTHON_VERSION
:
"
3.
5
"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-
macos
x
-
conda-
linu
x
test_
macos
x_3
6
:
test_
linu
x_3
5
:
<<
:
*test_job
variables
:
*
macos
x_3
6
_build_variables
variables
:
*
linu
x_3
5
_build_variables
dependencies
:
-
build_
macos
x_3
6
-
build_
linu
x_3
5
tags
:
-
conda-macosx
-
conda-linux
wheels_linux_35
:
<<
:
*wheels_job
variables
:
*linux_35_build_variables
dependencies
:
-
build_linux_35
tags
:
-
conda-linux
docs_linux_35
:
<<
:
*docs_job
variables
:
*linux_35_build_variables
dependencies
:
-
build_linux_35
tags
:
-
conda-linux
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