Skip to content

Commit 0f363e1

Browse files
committed
Fix syntax?
1 parent b909a81 commit 0f363e1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ build: off
3131

3232
test_script:
3333
- 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
34+
- cd %VS_PATH%
35+
- vcvarsall x64
36+
- cd C:\projects\libgpuarray
3537
- cmd: conda build conda
3638

3739
deploy_script:

0 commit comments

Comments
 (0)