Skip to content
Snippets Groups Projects
Commit 9bb27dc7 authored by Zohreh MOSTAANI's avatar Zohreh MOSTAANI
Browse files

[ci] made docs to be build on macosx

parent 22ded188
No related branches found
No related tags found
1 merge request!67[ci] made docs to be build on macosx
Pipeline #31731 passed
......@@ -32,31 +32,23 @@ stages:
- ${CONDA_ROOT}/pkgs/urls.txt
.build_linux_template: &linux_build_job
.build_macosx_template: &macosx_build_job
<<: *build_job
tags:
- docker
image: continuumio/conda-concourse-ci
- macosx
artifacts:
expire_in: 1 week
paths:
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
- ${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2
cache:
<<: *build_caches
key: "linux-cache"
key: "macosx-cache"
build_linux_36:
<<: *linux_build_job
build_macosx_36:
<<: *macosx_build_job
variables:
GITLAB_CHECKOUT_STRATEGY: "https://gitlab-ci-token:${CI_BUILD_TOKEN}@gitlab.idiap.ch/"
PYTHON_VERSION: "3.6"
BUILD_EGG: "true"
artifacts:
expire_in: 1 week
paths:
- sphinx
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
# Deploy targets
......@@ -70,7 +62,7 @@ build_linux_36:
- bdt ci deploy -vv
- bdt ci clean -vv
dependencies:
- build_linux_36
- build_macosx_36
tags:
- docker
cache: &build_caches
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment