From fd39273e0df35b601e2d78e836f0d35f921bd1ed Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Fri, 13 Oct 2017 19:31:13 -0400 Subject: [PATCH] Add tokenizer library manually since it is used when testing the examples. --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 86e74cb..44662e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 4726606..cc50ae0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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