Appveyor steps are not isolated, so fix init step to restore CWD.

This commit is contained in:
Rene Rivera
2015-06-01 13:44:05 -05:00
parent bbcf9161a2
commit 93c39a536f

View File

@ -18,9 +18,10 @@ environment:
- TOOLSET: vs-2013
init:
- cd ..
- cd %APPVEYOR_BUILD_FOLDER%/..
- appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
- dir
- cd %APPVEYOR_BUILD_FOLDER%
install: python ../script.py install
before_build: python ../script.py before_build
build_script: python ../script.py build_script