Update CI scripts to cope with new submodule layout.

This commit is contained in:
jzmaddock
2018-12-20 09:00:23 +00:00
parent eb5d4bd834
commit 5d593759a0
2 changed files with 4 additions and 0 deletions

View File

@ -257,6 +257,8 @@ install:
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root
- git submodule update --init tools/build
- git submodule update --init tools/boost_install
- git submodule update --init libs/headers
- git submodule update --init libs/detail
- git submodule update --init libs/core
- git submodule update --init libs/assert

View File

@ -52,6 +52,8 @@ install:
- cd boost-root
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\config
- git submodule update --init tools/build
- git submodule update --init tools/boost_install
- git submodule update --init libs/headers
- git submodule update --init libs/detail
- git submodule update --init libs/core
- git submodule update --init libs/assert