Skip to content

Commit

Permalink
Merge pull request #525 from abergeron/circleci
Browse files Browse the repository at this point in the history
Enable build on tags for CircleCI.
  • Loading branch information
abergeron authored Sep 13, 2017
2 parents 2a8154e + 5fec128 commit 39d49b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test_script:
- cmd: xcopy "%CONDA_LOC%"\conda-bld\win-64\libgpuarray* pkgs\ /Y
- ps: |
if($env:appveyor_repo_tag -eq 'True') {
anaconda -t $env:BINSTAR_TOKEN upload --user=mila-udem pkgs/* 2>&1
cmd /c "anaconda -t $env:BINSTAR_TOKEN upload --user=mila-udem pkgs/* 2>&1"
}
artifacts:
Expand Down
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ workflows:
version: 2
build_and_test:
jobs:
- build_pkgs
- build_pkgs:
filters:
tags:
only: /.*/

0 comments on commit 39d49b2

Please sign in to comment.