Skip to content
Snippets Groups Projects
Commit 2a787f1b authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Use continuumio/conda_builder_linux docker image

parent a5a43a32
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -40,6 +40,7 @@ build_linux_27: ...@@ -40,6 +40,7 @@ build_linux_27:
PYTHON_VERSION: "2.7" PYTHON_VERSION: "2.7"
tags: tags:
- docker - docker
image: continuumio/conda_builder_linux
build_linux_35: build_linux_35:
<<: *build_job <<: *build_job
...@@ -47,6 +48,7 @@ build_linux_35: ...@@ -47,6 +48,7 @@ build_linux_35:
PYTHON_VERSION: "3.5" PYTHON_VERSION: "3.5"
tags: tags:
- docker - docker
image: continuumio/conda_builder_linux
build_linux_36: build_linux_36:
<<: *build_job <<: *build_job
...@@ -55,6 +57,7 @@ build_linux_36: ...@@ -55,6 +57,7 @@ build_linux_36:
BUILD_EGG: "true" BUILD_EGG: "true"
tags: tags:
- docker - docker
image: continuumio/conda_builder_linux
build_macosx_27: build_macosx_27:
<<: *build_job <<: *build_job
...@@ -84,6 +87,7 @@ deploy_beta: ...@@ -84,6 +87,7 @@ deploy_beta:
environment: beta environment: beta
only: only:
- master - master
- condapackage
- /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags) - /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags)
before_script: before_script:
- ./_ci/install.sh _ci #updates - ./_ci/install.sh _ci #updates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment