Skip to content
Snippets Groups Projects

Enable mac builds

Merged Tiago de Freitas Pereira requested to merge issue-65 into master
All threads resolved!
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
+ 8
1
@@ -76,6 +76,12 @@ build_linux_36:
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
build_macosx_36:
<<: *macosx_build_job
variables:
PYTHON_VERSION: "3.6"
# Deploy targets
.deploy_template: &deploy_job
stage: deploy
@@ -85,6 +91,7 @@ build_linux_36:
- ./_ci/deploy.sh
dependencies:
- build_linux_36
- build_macosx_36
tags:
- deployer
@@ -119,4 +126,4 @@ pypi:
dependencies:
- build_linux_36
tags:
- deployer
- deployer
\ No newline at end of file
Loading