From 78dabb2dd8378db1844067971b14249b4bfde055 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 26 Oct 2017 01:13:09 +0300 Subject: [PATCH] Add `-I example` to depinst invocation --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86e74cb..085a1d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 4726606..ede2020 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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