From ed059784b91ee083be2db147d204f45524ea0bbe Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sat, 14 Oct 2017 07:09:03 -0400 Subject: [PATCH] Corrected numeric_conversion to numeric/conversion --- .travis.yml | 8 ++++++++ appveyor.yml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.travis.yml b/.travis.yml index 87c8d98..49a3ae7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,14 @@ install: - 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 libs/lexical_cast + - git submodule update --init --depth 1 libs/bind + - git submodule update --init --depth 1 libs/array + - git submodule update --init --depth 1 libs/container + - git submodule update --init --depth 1 libs/integer + - git submodule update --init --depth 1 libs/math + - git submodule update --init --depth 1 libs/numeric/conversion + - git submodule update --init --depth 1 libs/range - 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 aefa513..66aadc3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,6 +27,14 @@ install: - git submodule update --init libs/tokenizer - git submodule update --init libs/timer - git submodule update --init libs/iterator + - git submodule update --init libs/lexical_cast + - git submodule update --init libs/bind + - git submodule update --init libs/array + - git submodule update --init libs/container + - git submodule update --init libs/integer + - git submodule update --init libs/math + - git submodule update --init libs/numeric/conversion + - git submodule update --init libs/range - git submodule update --init tools/boostdep - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\function_types - python tools/boostdep/depinst/depinst.py function_types