forked from boostorg/function_types
Added more travis/appveyor dependencies.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user