mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 12:27:15 +02:00
Re-added manual checkout of libs/config in CI as Boost.Build depends on it.
This commit is contained in:
@ -254,10 +254,11 @@ install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
- cd boost-root
|
- cd boost-root
|
||||||
- git submodule init libs/headers
|
|
||||||
- git submodule init tools/build
|
- git submodule init tools/build
|
||||||
- git submodule init tools/boostdep
|
- git submodule init tools/boostdep
|
||||||
- git submodule init tools/boost_install
|
- git submodule init tools/boost_install
|
||||||
|
- git submodule init libs/headers
|
||||||
|
- git submodule init libs/config
|
||||||
- git submodule update --jobs 4
|
- git submodule update --jobs 4
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/detail
|
- cp -r $TRAVIS_BUILD_DIR/* libs/detail
|
||||||
- python tools/boostdep/depinst/depinst.py detail
|
- python tools/boostdep/depinst/depinst.py detail
|
||||||
|
Reference in New Issue
Block a user