File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,13 @@ configuration:
1414 - Release
1515
1616environment :
17+ BINSTAR_TOKEN :
18+ secure : 4KDgW9K3omzJ/ILWm1ApjsvTjefHJuECRy7nmnvuUul+0gbAYTUm5JanY+X1pccu
19+
1720 matrix :
1821 - CONDA_LOC : " C:\\ Miniconda-x64"
1922 - CONDA_LOC : " C:\\ Miniconda35-x64"
23+ - CONDA_LOC : " C:\\ Miniconda36-x64"
2024
2125install :
2226 # This breaks conda-build because of git
@@ -38,11 +42,11 @@ test_script:
3842 - cmd : mkdir pkgs
3943 - cmd : xcopy "%CONDA_LOC%"\conda-bld\win-64\pygpu* pkgs\ /Y
4044 - cmd : xcopy "%CONDA_LOC%"\conda-bld\win-64\libgpuarray* pkgs\ /Y
45+ - ps : |
46+ if($env:appveyor_repo_tag -eq 'True') {
47+ anaconda -t $env:BINSTAR_TOKEN upload --user=mila-udem pkgs/* 2>&1
48+ }
4149
4250artifacts :
4351 - path : pkgs/*
4452 name : " Conda Packages"
45-
46- # deploy:
47- # on:
48- # appveyor_repo_tag: true
Original file line number Diff line number Diff line change 1414
1515requirements :
1616 build :
17- - m2-git [win]
18- - git [not win]
1917 - cmake
2018 - mako
2119 - python # version doesn't matter here
You can’t perform that action at this time.
0 commit comments