mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Appveyor steps are not isolated, so fix init step to restore CWD.
This commit is contained in:
@ -18,9 +18,10 @@ environment:
|
|||||||
- TOOLSET: vs-2013
|
- TOOLSET: vs-2013
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- cd ..
|
- cd %APPVEYOR_BUILD_FOLDER%/..
|
||||||
- appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
|
- appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
|
||||||
- dir
|
- dir
|
||||||
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
install: python ../script.py install
|
install: python ../script.py install
|
||||||
before_build: python ../script.py before_build
|
before_build: python ../script.py before_build
|
||||||
build_script: python ../script.py build_script
|
build_script: python ../script.py build_script
|
||||||
|
Reference in New Issue
Block a user