forked from boostorg/config
Fix missing dependencies in travis build.
This commit is contained in:
@ -311,7 +311,9 @@ install:
|
|||||||
- cd boost-root
|
- cd boost-root
|
||||||
- git submodule update --init tools/build
|
- git submodule update --init tools/build
|
||||||
- git submodule update --init libs/config
|
- git submodule update --init libs/config
|
||||||
|
- git submodule update --init tools/boostdep
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/config
|
- cp -r $TRAVIS_BUILD_DIR/* libs/config
|
||||||
|
- python tools/boostdep/depinst/depinst.py config
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user