From c4b1ce10bd9a2c9f24a519544dba7961fb38ebff Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Mon, 9 Oct 2017 11:23:30 -0400 Subject: [PATCH] Add VS2017 worker image. --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 6941a35..e920b58 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,11 @@ branches: - master - develop +environment: + matrix: + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + install: - cd .. - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root