Boost detail is dependency of boost hash.

This commit is contained in:
Dimitrij Mijoski 2018-04-20 14:07:33 +02:00
parent 473be2e4c1
commit 15cfa44937
2 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,7 @@ install:
- git submodule update --init libs/type_traits
- git submodule update --init libs/container_hash
- git submodule update --init libs/integer
- git submodule update --init libs/detail
- cp -r $TRAVIS_BUILD_DIR/* libs/utility
- ./bootstrap.sh
- ./b2 headers

View File

@ -38,6 +38,7 @@ install:
- git submodule update --init libs/type_traits
- git submodule update --init libs/container_hash
- git submodule update --init libs/integer
- git submodule update --init libs/detail
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\utility
- cmd /c bootstrap
- b2 -d0 headers