From 4a274cbe86635d6e3d5c4f95a175a54a63be9249 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Tue, 22 Sep 2020 13:24:12 -0400 Subject: [PATCH] Corrected msvc-14.0 setup --- appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e18ffae..d8c8f70 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,12 +23,8 @@ branches: environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: msvc-12.0 + TOOLSET: msvc-12.0,msvc-14.0 ADDRMD: 32,64 - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: msvc-14.0 - ADDRMD: 32,64 - CXXSTD: 14,17 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 TOOLSET: msvc-14.1 ADDRMD: 32,64