From cb2750f6f5e9cc827a17f601a18cc30bb15d87cc Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 15 Oct 2018 09:07:59 +0200 Subject: [PATCH] Changed AppVeyor configuration to create the 64 bit debug build with VS 2017 and no XP toolset --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c30906007..179e1724a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,11 +24,11 @@ environment: CONFIGURATION: Release TOOLSET: v141 APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017" - - GENERATOR: "Visual Studio 14 2015 Win64" + - GENERATOR: "Visual Studio 15 2017 Win64" CONFIGURATION: Debug - TOOLSET: v140_xp - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" - + TOOLSET: v141 + APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017" + build_script: - md build - cd build