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.ip.tensorflow_extractor
Commits
d5904d63
Commit
d5904d63
authored
Nov 09, 2017
by
Amir MOHAMMADI
Browse files
Add mac builds also
parent
53e0a0e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d5904d63
...
...
@@ -193,3 +193,57 @@ test_linux_36:
-
build_linux_36
tags
:
-
conda-linux
# Mac OSX + Python 2.7: Builds and tests
build_macosx_27
:
<<
:
*build_job
variables
:
&macosx_27_build_variables
PYTHON_VERSION
:
"
2.7"
WHEEL_TAG
:
"
py27"
tags
:
-
conda-macosx
test_macosx_27
:
<<
:
*test_job
variables
:
*macosx_27_build_variables
dependencies
:
-
build_macosx_27
tags
:
-
conda-macosx
# Mac OSX + Python 3.5: Builds and tests
build_macosx_35
:
<<
:
*build_job
variables
:
&macosx_35_build_variables
PYTHON_VERSION
:
"
3.5"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-macosx
test_macosx_35
:
<<
:
*test_job
variables
:
*macosx_35_build_variables
dependencies
:
-
build_macosx_35
tags
:
-
conda-macosx
# Mac OSX + Python 3.6: Builds and tests
build_macosx_36
:
<<
:
*build_job
variables
:
&macosx_36_build_variables
PYTHON_VERSION
:
"
3.6"
WHEEL_TAG
:
"
py3"
tags
:
-
conda-macosx
test_macosx_36
:
<<
:
*test_job
variables
:
*macosx_36_build_variables
dependencies
:
-
build_macosx_36
tags
:
-
conda-macosx
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