forked from boostorg/function_types
Add timer and iterator dependencies for examples.
This commit is contained in:
@ -24,6 +24,8 @@ install:
|
||||
- git submodule update --init --depth 1 tools/build
|
||||
- git submodule update --init --depth 1 libs/config
|
||||
- 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 tools/boostdep
|
||||
- cp -r $TRAVIS_BUILD_DIR/* libs/function_types
|
||||
- python tools/boostdep/depinst/depinst.py function_types
|
||||
|
@ -25,6 +25,8 @@ install:
|
||||
- git submodule update --init tools/build
|
||||
- git submodule update --init libs/config
|
||||
- git submodule update --init libs/tokenizer
|
||||
- git submodule update --init libs/timer
|
||||
- git submodule update --init libs/iterator
|
||||
- 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