CI: add missing type_index dependency.

This commit is contained in:
jzmaddock
2017-05-29 20:57:03 +01:00
parent 4b40530453
commit 7bf550d474
2 changed files with 2 additions and 0 deletions

View File

@ -442,6 +442,7 @@ install:
- git submodule update --init libs/preprocessor
- git submodule update --init libs/static_assert
- git submodule update --init libs/throw_exception
- git submodule update --init libs/type_index
- git submodule update --init libs/utility
- cp -r $TRAVIS_BUILD_DIR/* libs/type_traits
- ./bootstrap.sh

View File

@ -58,6 +58,7 @@ install:
- git submodule update --init libs/preprocessor
- git submodule update --init libs/static_assert
- git submodule update --init libs/throw_exception
- git submodule update --init libs/type_index
- git submodule update --init libs/utility
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\type_traits
- bootstrap