提交 5307cf52 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #6475 from abergeron/conda_libc

Change the build image to avoid maintaining our own.
...@@ -3,9 +3,12 @@ version: 2 ...@@ -3,9 +3,12 @@ version: 2
jobs: jobs:
build_pkgs: build_pkgs:
docker: docker:
- image: milaudem/theano:0 - image: joaander/conda-build:20170905
steps: steps:
- run:
name: "Configure conda"
command: "conda config --add channels mila-udem"
- checkout - checkout
- run: - run:
name: "Checkout Merge Commit" name: "Checkout Merge Commit"
...@@ -27,10 +30,10 @@ jobs: ...@@ -27,10 +30,10 @@ jobs:
command: | command: |
if [[ -n "${CIRCLE_TAG}" ]] if [[ -n "${CIRCLE_TAG}" ]]
then then
anaconda -t $BINSTAR_TOKEN upload --user=mila-udem /miniconda/conda-bld/linux-64/theano* anaconda -t $BINSTAR_TOKEN upload --user=mila-udem /opt/conda/conda-bld/linux-64/theano*
fi fi
- store_artifacts: - store_artifacts:
path: /miniconda/conda-bld/linux-64 path: /opt/conda/conda-bld/linux-64
workflows: workflows:
version: 2 version: 2
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论