Add tokenizer library manually since it is used when testing the examples.

This commit is contained in:
Edward Diener
2017-10-13 19:31:13 -04:00
parent b3e185a544
commit fd39273e0d
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ install:
- cd boost-root
- 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 tools/boostdep
- cp -r $TRAVIS_BUILD_DIR/* libs/function_types
- python tools/boostdep/depinst/depinst.py function_types

View File

@ -24,6 +24,7 @@ install:
- cd boost-root
- git submodule update --init tools/build
- git submodule update --init libs/config
- git submodule update --init libs/tokenizer
- git submodule update --init tools/boostdep
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\function_types
- python tools/boostdep/depinst/depinst.py function_types