Added more travis/appveyor dependencies.

This commit is contained in:
Edward Diener
2017-10-14 07:09:03 -04:00
parent 27aeab935b
commit 1e434eff75
2 changed files with 16 additions and 0 deletions

View File

@ -26,6 +26,14 @@ install:
- git submodule update --init --depth 1 libs/tokenizer
- git submodule update --init --depth 1 libs/timer
- git submodule update --init --depth 1 libs/iterator
- git submodule update --init --depth 1 libs/lexical_cast
- git submodule update --init --depth 1 libs/bind
- git submodule update --init --depth 1 libs/array
- git submodule update --init --depth 1 libs/container
- git submodule update --init --depth 1 libs/integer
- git submodule update --init --depth 1 libs/math
- git submodule update --init --depth 1 libs/numeric_conversion
- git submodule update --init --depth 1 libs/range
- git submodule update --init --depth 1 tools/boostdep
- cp -r $TRAVIS_BUILD_DIR/* libs/function_types
- python tools/boostdep/depinst/depinst.py function_types

View File

@ -27,6 +27,14 @@ install:
- git submodule update --init libs/tokenizer
- git submodule update --init libs/timer
- git submodule update --init libs/iterator
- git submodule update --init libs/lexical_cast
- git submodule update --init libs/bind
- git submodule update --init libs/array
- git submodule update --init libs/container
- git submodule update --init libs/integer
- git submodule update --init libs/math
- git submodule update --init libs/numeric_conversion
- git submodule update --init libs/range
- git submodule update --init tools/boostdep
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\function_types
- python tools/boostdep/depinst/depinst.py function_types