From 1bbd81c2ed8edae7fd0ba66e626911f5f8d04b5f Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Tue, 5 Sep 2017 11:30:23 +0300 Subject: [PATCH] Disabled VS2017 64-bit target in AppVeyor configuration Hopefully Microsoft will fix internal error in their compiler sooner or later --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index eb72d008f4..4c54041bc8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,10 +20,10 @@ environment: CONFIGURATION: Release TOOLSET: v141_xp APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017" - - GENERATOR: "Visual Studio 15 2017 Win64" - CONFIGURATION: Release - TOOLSET: v141_xp - APPVEYOR_BUILD_WORKER_IMAGE: "Previous Visual Studio 2017" +# - GENERATOR: "Visual Studio 15 2017 Win64" +# CONFIGURATION: Release +# TOOLSET: v141_xp +# APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017" - GENERATOR: "Visual Studio 14 2015 Win64" CONFIGURATION: Debug TOOLSET: v140