Skip to content
Snippets Groups Projects
Commit edde3855 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Enable mac builds

parent 6f1a8db6
No related branches found
No related tags found
1 merge request!70Enable mac builds
Pipeline #24072 passed
...@@ -76,6 +76,12 @@ build_linux_36: ...@@ -76,6 +76,12 @@ build_linux_36:
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2 - ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
build_macosx_36:
<<: *macosx_build_job
variables:
PYTHON_VERSION: "3.6"
# Deploy targets # Deploy targets
.deploy_template: &deploy_job .deploy_template: &deploy_job
stage: deploy stage: deploy
...@@ -85,6 +91,7 @@ build_linux_36: ...@@ -85,6 +91,7 @@ build_linux_36:
- ./_ci/deploy.sh - ./_ci/deploy.sh
dependencies: dependencies:
- build_linux_36 - build_linux_36
- build_macosx_36
tags: tags:
- deployer - deployer
...@@ -119,4 +126,4 @@ pypi: ...@@ -119,4 +126,4 @@ pypi:
dependencies: dependencies:
- build_linux_36 - build_linux_36
tags: tags:
- deployer - deployer
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment