mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Boost detail is dependency of boost hash.
This commit is contained in:
parent
473be2e4c1
commit
15cfa44937
@ -194,6 +194,7 @@ install:
|
|||||||
- 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
|
- git submodule update --init libs/integer
|
||||||
|
- git submodule update --init libs/detail
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/utility
|
- cp -r $TRAVIS_BUILD_DIR/* libs/utility
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
@ -38,6 +38,7 @@ install:
|
|||||||
- 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
|
- git submodule update --init libs/integer
|
||||||
|
- git submodule update --init libs/detail
|
||||||
- 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