mirror of
https://github.com/boostorg/integer.git
synced 2025-07-30 04:37:13 +02:00
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
|
- cd boost-root
|
||||||
- git submodule update --init tools/boostdep
|
- git submodule update --init tools/boostdep
|
||||||
- git submodule update --init tools/build
|
- 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
|
- cp -r $TRAVIS_BUILD_DIR/* libs/integer
|
||||||
- python tools/boostdep/depinst/depinst.py integer
|
- python tools/boostdep/depinst/depinst.py integer
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
|
@ -46,7 +46,8 @@ install:
|
|||||||
- cd boost-root
|
- cd boost-root
|
||||||
- git submodule update --init tools/boostdep
|
- git submodule update --init tools/boostdep
|
||||||
- git submodule update --init tools/build
|
- 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
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\integer
|
||||||
- python tools/boostdep/depinst/depinst.py integer
|
- python tools/boostdep/depinst/depinst.py integer
|
||||||
- bootstrap
|
- bootstrap
|
||||||
|
Reference in New Issue
Block a user