From 10b869ba118b4a7e5b03ae2714a01f10da0d8678 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Thu, 26 Apr 2018 10:40:09 +0300 Subject: [PATCH] Made AppVeyor configuration closer to stable builds Use Windows XP compatible toolchain for 32-bit Release targets only --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e34cc0af67..c309060076 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,7 +14,7 @@ environment: APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" - GENERATOR: "Visual Studio 14 2015 Win64" CONFIGURATION: Release - TOOLSET: v140_xp + TOOLSET: v140 APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" - GENERATOR: "Visual Studio 15 2017" CONFIGURATION: Release @@ -22,11 +22,11 @@ environment: APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017" - GENERATOR: "Visual Studio 15 2017 Win64" CONFIGURATION: Release - TOOLSET: v141_xp + TOOLSET: v141 APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017" - GENERATOR: "Visual Studio 14 2015 Win64" CONFIGURATION: Debug - TOOLSET: v140 + TOOLSET: v140_xp APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" build_script: