Add -I example to depinst invocation

This commit is contained in:
Peter Dimov
2017-10-26 01:13:09 +03:00
parent f542321082
commit 78dabb2dd8
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ install:
- git submodule update --init --depth 1 libs/config
- git submodule update --init --depth 1 tools/boostdep
- cp -r $TRAVIS_BUILD_DIR/* libs/function_types
- python tools/boostdep/depinst/depinst.py function_types
- python tools/boostdep/depinst/depinst.py -I example function_types
- ./bootstrap.sh
- ./b2 headers

View File

@ -26,7 +26,7 @@ install:
- git submodule update --init libs/config
- git submodule update --init tools/boostdep
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\function_types
- python tools/boostdep/depinst/depinst.py function_types
- python tools/boostdep/depinst/depinst.py -I example function_types
- bootstrap
- b2 headers