From a5cce1304a26cef82626a7e0fa912dbba79e53de Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Fri, 11 Dec 2020 17:53:14 -0500 Subject: [PATCH] Fix Travis and Appveyor configuration --- .appveyor.yml | 5 ++++- .travis.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 3361123..3f6c51f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,10 +15,13 @@ environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 TOOLSET: msvc-9.0 + ADDRMD: 32 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 TOOLSET: msvc-10.0 + ADDRMD: 32 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 TOOLSET: msvc-11.0 + ADDRMD: 32 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 TOOLSET: msvc-12.0 ADDRMD: 32,64 @@ -44,7 +47,7 @@ install: - git submodule update --init libs/config - git submodule update --init tools/boostdep - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\functional\ - - python tools/boostdep/depinst/depinst.py functional + - python tools/boostdep/depinst/depinst.py -I forward/test -I factory/test -I overloaded_function/test functional - cmd /c bootstrap - b2 headers diff --git a/.travis.yml b/.travis.yml index f4daab3..63245f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -285,7 +285,7 @@ install: - git submodule update --init tools/boostdep - mkdir -p libs/functional - cp -r $TRAVIS_BUILD_DIR/* libs/functional - - python tools/boostdep/depinst/depinst.py functional + - python tools/boostdep/depinst/depinst.py -I forward/test -I factory/test -I overloaded_function/test functional - ./bootstrap.sh - ./b2 headers