Skip to content

Commit 0340188

Browse files
committed
Fix AppVeyor: add Python3 to PATH
1 parent 2cc42ed commit 0340188

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ install:
3434
- cmd: set POLLY_VERSION="0.7.5"
3535
- cmd: appveyor DownloadFile "https://github.com/ruslo/polly/archive/v%POLLY_VERSION%.tar.gz"
3636
- cmd: cmake -E tar xf "v%POLLY_VERSION%.tar.gz"
37-
- cmd: set PATH=%cd%\polly-%POLLY_VERSION%\bin;%PATH%
37+
- cmd: set POLLY_PATH=%cd%\polly-%POLLY_VERSION%\bin
38+
- cmd: set PATH=C:\Python34-x64;%PATH%
3839
- cmd: cmake --version
3940
- cmd: python --version
4041

4142
build_script:
42-
- cmd: build.py --verbose --pack TGZ --config "%CONFIG%" --toolchain "%TOOLCHAIN%"
43+
- cmd: python %POLLY_PATH%\build.py --verbose --pack TGZ --config "%CONFIG%" --toolchain "%TOOLCHAIN%"
4344

4445
artifacts:
4546
- path: _builds\*\Foo-*.tar.gz

0 commit comments

Comments
 (0)