Merge pull request #6 from boostorg/pr/depinst-include-example

Add `-I example` to depinst invocation
This commit is contained in:
Edward Diener
2017-10-25 22:03:25 -04:00
committed by GitHub
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