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
Branches
Tags
1 merge request!122Prepare bob.devtools for .conda package support (c.f. issue #41)
......@@ -33,6 +33,8 @@ stages:
image: continuumio/conda-concourse-ci
artifacts:
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/noarch/*.tar.bz2
cache:
......@@ -45,6 +47,8 @@ stages:
- macosx
artifacts:
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/noarch/*.tar.bz2
cache:
......@@ -70,6 +74,8 @@ build_linux_37:
paths:
- dist/*.zip
- 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/noarch/*.tar.bz2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment