Update CI scripts to handle new module layout.

This commit is contained in:
jzmaddock
2018-12-20 09:04:02 +00:00
parent 4e0eadc11b
commit 88f29667b7
2 changed files with 4 additions and 0 deletions

View File

@ -247,6 +247,8 @@ install:
- git clone -b $TRAVIS_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/config
- git submodule update --init libs/core
- git submodule update --init libs/container_hash

View File

@ -45,6 +45,8 @@ install:
- git clone -b %APPVEYOR_REPO_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/config
- git submodule update --init libs/core
- git submodule update --init libs/container_hash