forked from boostorg/config
Simplify appveyor.yml directory usage.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user