Simplify appveyor.yml directory usage.

This commit is contained in:
jzmaddock
2017-05-23 19:16:06 +01:00
parent da36b699fc
commit 3651139cc1

View File

@ -25,12 +25,10 @@ environment:
install:
- cd ..
- git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root
- git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git .
- git submodule update --init tools/build
- git submodule update --init libs/config
- git submodule update --init tools/boostdep
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\config
- python tools/boostdep/depinst/depinst.py config
- bootstrap
- b2 headers