We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b909a81 commit 0f363e1Copy full SHA for 0f363e1
1 file changed
.appveyor.yml
@@ -31,7 +31,9 @@ build: off
31
32
test_script:
33
- cmd: for /f "tokens=*" %%i in ('python -c "import versioneer; print(versioneer.get_version())"') do set GPUARRAY_VERSION=%%i
34
- - cmd: "%VS_PATH%"\vcvarsall x64
+ - cd %VS_PATH%
35
+ - vcvarsall x64
36
+ - cd C:\projects\libgpuarray
37
- cmd: conda build conda
38
39
deploy_script:
0 commit comments