We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c815a9a commit 3e7f386Copy full SHA for 3e7f386
1 file changed
.appveyor.yml
@@ -26,10 +26,14 @@ install:
26
- cmd: set PYTHONUNBUFFERED=1
27
- cmd: conda install -n root --yes conda conda-env conda-build anaconda-client
28
29
-build: script
+build: off
30
31
-build_script:
+test_script:
32
- cmd: for /f "tokens=*" %%i in ('python -c "import versioneer; print(versioneer.get_version())"') do set GPUARRAY_VERSION=%%i
33
- cmd: conda build conda
34
35
-#deploy_script:
+deploy_script:
36
+ - cmd: |
37
+ git describe --exact-match HEAD
38
+ if errorlevel 1 exit 0
39
+ echo "anaconda upload"
0 commit comments