Skip to content
Snippets Groups Projects

Resolve "No need to have macOS builds" + updated documentation

Closed Guillaume HEUSCH requested to merge 1-no-need-to-have-macos-builds into master
1 file
+ 0
28
Compare changes
  • Side-by-side
  • Inline
+ 0
28
@@ -48,20 +48,6 @@ stages:
@@ -48,20 +48,6 @@ stages:
key: "linux-cache"
key: "linux-cache"
.build_macosx_template: &macosx_build_job
<<: *build_job
tags:
- macosx
artifacts:
expire_in: 1 week
paths:
- _ci/
- ${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2
cache:
<<: *build_caches
key: "macosx-cache"
build_linux_27:
build_linux_27:
<<: *linux_build_job
<<: *linux_build_job
variables:
variables:
@@ -82,18 +68,6 @@ build_linux_36:
@@ -82,18 +68,6 @@ build_linux_36:
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
build_macosx_27:
<<: *macosx_build_job
variables:
PYTHON_VERSION: "2.7"
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
@@ -104,8 +78,6 @@ build_macosx_36:
@@ -104,8 +78,6 @@ build_macosx_36:
dependencies:
dependencies:
- build_linux_27
- build_linux_27
- build_linux_36
- build_linux_36
- build_macosx_27
- build_macosx_36
tags:
tags:
- deployer
- deployer
Loading