Skip to content

Commit 25d623f

Browse files
committed
Try to save the built packages.
1 parent 728ea1d commit 25d623f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.appveyor.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ build: off
3434
test_script:
3535
- cmd: for /f "tokens=*" %%i in ('python -c "import versioneer; print(versioneer.get_version())"') do set GPUARRAY_VERSION=%%i
3636
- cmd: conda build conda
37+
- cmd: mkdir pkgs
38+
- cmd: xcopy "%CONDA_LOC%"\conda-bld\win-64\pygpu* pkgs\ /Y
39+
- cmd: xcopy "%CONDA_LOC%"\conda-bld\win-64\libgpuarray* pkgs\ /Y
3740

38-
deploy_script:
39-
- cmd: .ci-support/upload.bat
41+
artifacts:
42+
- path: pkgs/*
43+
name: "Conda Packages"
44+
45+
#deploy:
46+
# on:
47+
# appveyor_repo_tag: true

.ci-support/upload.bat

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)