From 842b853351281b44052876d669803fee363a00c1 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sat, 14 Oct 2017 18:57:40 -0400 Subject: [PATCH] Use boostdep to find dependencies in the example subdirectory. --- .travis.yml | 44 ++++++++++++++++++++++---------------------- appveyor.yml | 42 +++++++++++++++++++++--------------------- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9011d09..24ac26c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,28 +23,28 @@ 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 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 libs/concept_check - - git submodule update --init --depth 1 libs/functional - - git submodule update --init --depth 1 libs/function - - git submodule update --init --depth 1 libs/move - - git submodule update --init --depth 1 libs/intrusive - - git submodule update --init --depth 1 libs/optional - - git submodule update --init --depth 1 libs/typeof - - git submodule update --init --depth 1 libs/assert - - git submodule update --init --depth 1 libs/type_index - - git submodule update --init --depth 1 libs/smart_ptr - - git submodule update --init --depth 1 tools/boostdep +# - 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 libs/concept_check +# - git submodule update --init --depth 1 libs/functional +# - git submodule update --init --depth 1 libs/function +# - git submodule update --init --depth 1 libs/move +# - git submodule update --init --depth 1 libs/intrusive +# - git submodule update --init --depth 1 libs/optional +# - git submodule update --init --depth 1 libs/typeof +# - git submodule update --init --depth 1 libs/assert +# - git submodule update --init --depth 1 libs/type_index +# - git submodule update --init --depth 1 libs/smart_ptr + - git submodule update --init --depth 1 tools/boostdep - cp -r $TRAVIS_BUILD_DIR/* libs/function_types - python tools/boostdep/depinst/depinst.py function_types - ./bootstrap.sh diff --git a/appveyor.yml b/appveyor.yml index 27b14f6..8a36a38 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,27 +24,27 @@ 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 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 libs/concept_check - - git submodule update --init libs/functional - - git submodule update --init libs/function - - git submodule update --init libs/move - - git submodule update --init libs/intrusive - - git submodule update --init libs/optional - - git submodule update --init libs/typeof - - git submodule update --init libs/assert - - git submodule update --init libs/type_index - - git submodule update --init libs/smart_ptr +# - 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 libs/concept_check +# - git submodule update --init libs/functional +# - git submodule update --init libs/function +# - git submodule update --init libs/move +# - git submodule update --init libs/intrusive +# - git submodule update --init libs/optional +# - git submodule update --init libs/typeof +# - git submodule update --init libs/assert +# - git submodule update --init libs/type_index +# - git submodule update --init libs/smart_ptr - git submodule update --init tools/boostdep - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\function_types - python tools/boostdep/depinst/depinst.py function_types