forked from boostorg/integer
Added tools/boost_install and libs/headers manual checkout to CI jobs.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user