File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ configuration:
1414 - Release
1515
1616environment :
17+ BINSTAR_TOKEN :
18+ secure : pPGGv/pzNILDCClm4VNOv9lJ9Bah+iuJ22j4oLCaHzM8eNre8bfALOhMRIERhd55
19+ # secure: jK8icdT9ukloE7xSj7fqiCmtM/aTNLTUEeD2HLRP5+9GI5oGkK4jt/uYEcKDtfwO
20+
1721 matrix :
1822 - CONDA_LOC : " C:\\ Miniconda-x64"
1923 - CONDA_LOC : " C:\\ Miniconda35-x64"
@@ -35,14 +39,8 @@ test_script:
3539 - cmd : for /f "tokens=*" %%i in ('python -c "import versioneer; print(versioneer.get_version())"') do set GPUARRAY_VERSION=%%i
3640 - cmd : echo %GPUARRAY_VERSION%
3741 - cmd : conda build conda
38- - cmd : mkdir pkgs
39- - cmd : xcopy "%CONDA_LOC%"\conda-bld\win-64\pygpu* pkgs\ /Y
40- - cmd : xcopy "%CONDA_LOC%"\conda-bld\win-64\libgpuarray* pkgs\ /Y
41-
42- artifacts :
43- - path : pkgs/*
44- name : " Conda Packages"
45-
46- # deploy:
47- # on:
48- # appveyor_repo_tag: true
42+ - ps : |
43+ if($env:appveyor_repo_tag -eq 'False') {
44+ anaconda upload --user=abergeron "%CONDA_LOC%"\conda-bld\win-64\pygpu*
45+ anaconda upload --user=abergeron "%CONDA_LOC%"\conda-bld\win-64\libgpuarray*
46+ }
You can’t perform that action at this time.
0 commit comments