Skip to content
Snippets Groups Projects
Commit 427e5ac1 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Allow the ci to test .conda package building for self

parent c9399fb6
No related branches found
No related tags found
1 merge request!122Prepare bob.devtools for .conda package support (c.f. issue #41)
...@@ -33,6 +33,8 @@ stages: ...@@ -33,6 +33,8 @@ stages:
image: continuumio/conda-concourse-ci image: continuumio/conda-concourse-ci
artifacts: artifacts:
paths: paths:
- ${CONDA_ROOT}/conda-bld/linux-64/*.conda
- ${CONDA_ROOT}/conda-bld/noarch/*.conda
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2 - ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
- ${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2 - ${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2
cache: cache:
...@@ -45,6 +47,8 @@ stages: ...@@ -45,6 +47,8 @@ stages:
- macosx - macosx
artifacts: artifacts:
paths: paths:
- ${CONDA_ROOT}/conda-bld/osx-64/*.conda
- ${CONDA_ROOT}/conda-bld/noarch/*.conda
- ${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2 - ${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2
- ${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2 - ${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2
cache: cache:
...@@ -70,6 +74,8 @@ build_linux_37: ...@@ -70,6 +74,8 @@ build_linux_37:
paths: paths:
- dist/*.zip - dist/*.zip
- sphinx - sphinx
- ${CONDA_ROOT}/conda-bld/linux-64/*.conda
- ${CONDA_ROOT}/conda-bld/noarch/*.conda
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2 - ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
- ${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2 - ${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2
......
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