We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc42ed commit 0340188Copy full SHA for 0340188
appveyor.yml
@@ -34,12 +34,13 @@ install:
34
- cmd: set POLLY_VERSION="0.7.5"
35
- cmd: appveyor DownloadFile "https://github.com/ruslo/polly/archive/v%POLLY_VERSION%.tar.gz"
36
- cmd: cmake -E tar xf "v%POLLY_VERSION%.tar.gz"
37
- - cmd: set PATH=%cd%\polly-%POLLY_VERSION%\bin;%PATH%
+ - cmd: set POLLY_PATH=%cd%\polly-%POLLY_VERSION%\bin
38
+ - cmd: set PATH=C:\Python34-x64;%PATH%
39
- cmd: cmake --version
40
- cmd: python --version
41
42
build_script:
- - cmd: build.py --verbose --pack TGZ --config "%CONFIG%" --toolchain "%TOOLCHAIN%"
43
+ - cmd: python %POLLY_PATH%\build.py --verbose --pack TGZ --config "%CONFIG%" --toolchain "%TOOLCHAIN%"
44
45
artifacts:
46
- path: _builds\*\Foo-*.tar.gz
0 commit comments