mirror of
https://github.com/boostorg/integer.git
synced 2025-07-30 04:37:13 +02:00
Fetch test dependencies in .travis.yml
This commit is contained in:
@ -311,10 +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 libs/assert
|
- git submodule update --init tools/boostdep
|
||||||
- git submodule update --init libs/core
|
|
||||||
- git submodule update --init libs/static_assert
|
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/integer
|
- cp -r $TRAVIS_BUILD_DIR/* libs/integer
|
||||||
|
- python tools/boostdep/depinst/depinst.py integer
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user