Added tools/boost_install and libs/headers manual checkout to CI jobs.

This commit is contained in:
Andrey Semashev
2018-12-18 21:57:43 +03:00
parent 131107704f
commit 51d1b16bfd
2 changed files with 4 additions and 2 deletions

View File

@ -208,7 +208,8 @@ install:
- cd boost-root
- git submodule update --init tools/boostdep
- git submodule update --init tools/build
- git submodule update --init libs/config
- git submodule update --init tools/boost_install
- git submodule update --init libs/headers
- cp -r $TRAVIS_BUILD_DIR/* libs/integer
- python tools/boostdep/depinst/depinst.py integer
- ./bootstrap.sh

View File

@ -46,7 +46,8 @@ install:
- cd boost-root
- git submodule update --init tools/boostdep
- git submodule update --init tools/build
- git submodule update --init libs/config
- git submodule update --init tools/boost_install
- git submodule update --init libs/headers
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\integer
- python tools/boostdep/depinst/depinst.py integer
- bootstrap