From 992a3142111fd66ddf26bac8a62bd82f06ea6fb6 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Mon, 9 Oct 2017 12:07:41 -0400 Subject: [PATCH] Better appveyor file setup. --- appveyor.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cfa555e..e5ba002 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,13 @@ branches: - master - develop +environment: + matrix: + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + TOOLSET: msvc-9.0,msvc-10.0,msvc-11.0,msvc-12.0,msvc-14.0 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + TOOLSET: msvc-14.1 + install: - cd .. - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root @@ -26,4 +33,4 @@ install: build: off test_script: - - b2 libs/iterator/test toolset=msvc-9.0,msvc-10.0,msvc-11.0,msvc-12.0,msvc-14.0,msvc-14.1 + - b2 libs/iterator/test toolset=%TOOLSET%