We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728ea1d commit 25d623fCopy full SHA for 25d623f
.appveyor.yml
@@ -34,6 +34,14 @@ build: off
34
test_script:
35
- cmd: for /f "tokens=*" %%i in ('python -c "import versioneer; print(versioneer.get_version())"') do set GPUARRAY_VERSION=%%i
36
- 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
40
-deploy_script:
- - 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
0 commit comments