Appveyor: we need to copy the latest Git commit, not check out the super-project which may be out of date!

This commit is contained in:
jzmaddock
2017-05-26 08:45:21 +01:00
committed by GitHub
parent 6c452d6e28
commit 18c69e9f40

View File

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