From efbdb57d7b754d9db909996dcae678149367e496 Mon Sep 17 00:00:00 2001 From: amai2012 Date: Thu, 10 Jan 2019 08:30:35 +0100 Subject: [PATCH] MSVC 15-x64-Release build often fails due to unknown reasons. It got disabled now. --- appveyor.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7d6ae828e..bcb4c8ef4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,11 +45,12 @@ environment: configuration: Debug vcvarsall_platform: x64 PlatformToolset: v140 - - VisualStudioVersion: 14.0 - platform: x64 - configuration: Release - vcvarsall_platform: x64 - PlatformToolset: v140 +# That platform causes frequent errors on appveyor due to an unknown infrastructure failure +# - VisualStudioVersion: 14.0 +# platform: x64 +# configuration: Release +# vcvarsall_platform: x64 +# PlatformToolset: v140 # MYQTDIR: C:\Qt\5.11\msvc2015_64 build_script: