Boost integer is dependency of boost hash.

This commit is contained in:
Dimitrij Mijoski 2018-04-20 13:58:12 +02:00
parent 6ad6bc005c
commit 473be2e4c1
2 changed files with 2 additions and 0 deletions

View File

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

View File

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