From 4f758bdd4800fd6323f51c683a65bab2cdd6f91f Mon Sep 17 00:00:00 2001 From: "Alexander \"Ananace\" Olofsson" Date: Sun, 20 May 2018 18:24:06 +0200 Subject: [PATCH] Use different environments for 2015 and 2017 --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ca6a59585..eae4bd5b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,8 +8,10 @@ branches: environment: matrix: -# - msvc: 2015 + - msvc: 2015 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - msvc: 2017 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 platform: # - Win32 @@ -20,7 +22,7 @@ configuration: # - Release # For the Qt, Boost, CMake, etc installs -os: Visual Studio 2017 +#os: Visual Studio 2017 # We want the git revision for versioning, # so shallow clones don't work.