mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Boost integer is dependency of boost hash.
This commit is contained in:
parent
6ad6bc005c
commit
473be2e4c1
@ -193,6 +193,7 @@ install:
|
|||||||
- git submodule update --init libs/throw_exception
|
- git submodule update --init libs/throw_exception
|
||||||
- git submodule update --init libs/type_traits
|
- git submodule update --init libs/type_traits
|
||||||
- git submodule update --init libs/container_hash
|
- git submodule update --init libs/container_hash
|
||||||
|
- git submodule update --init libs/integer
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/utility
|
- cp -r $TRAVIS_BUILD_DIR/* libs/utility
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
@ -37,6 +37,7 @@ install:
|
|||||||
- git submodule update --init libs/throw_exception
|
- git submodule update --init libs/throw_exception
|
||||||
- git submodule update --init libs/type_traits
|
- git submodule update --init libs/type_traits
|
||||||
- git submodule update --init libs/container_hash
|
- git submodule update --init libs/container_hash
|
||||||
|
- git submodule update --init libs/integer
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\utility
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\utility
|
||||||
- cmd /c bootstrap
|
- cmd /c bootstrap
|
||||||
- b2 -d0 headers
|
- b2 -d0 headers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user