Skip to content

Commit 3e7f386

Browse files
committed
Beginings of upload stuff + fix for build errors.
1 parent c815a9a commit 3e7f386

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ install:
2626
- cmd: set PYTHONUNBUFFERED=1
2727
- cmd: conda install -n root --yes conda conda-env conda-build anaconda-client
2828

29-
build: script
29+
build: off
3030

31-
build_script:
31+
test_script:
3232
- cmd: for /f "tokens=*" %%i in ('python -c "import versioneer; print(versioneer.get_version())"') do set GPUARRAY_VERSION=%%i
3333
- cmd: conda build conda
3434

35-
#deploy_script:
35+
deploy_script:
36+
- cmd: |
37+
git describe --exact-match HEAD
38+
if errorlevel 1 exit 0
39+
echo "anaconda upload"

0 commit comments

Comments
 (0)