From a05f833843f1a42ae65ba053148801482dce5bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 16 Nov 2016 15:20:45 +0100 Subject: [PATCH] Try to fix AppVeyor timeout. I would like to have VS2010 debug builds in appveyor but I drop these to save a little time so we will get results again. --- appveyor.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 562d433f1..9b1ea46f6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,21 +4,11 @@ clone_depth: 10 environment: matrix: - - VisualStudioVersion: 10.0 - platform: "Win32" - configuration: "Debug" - vcvarsall_platform: "x86" - PlatformToolset: "v100" - VisualStudioVersion: 10.0 platform: "Win32" configuration: "Release" vcvarsall_platform: "x86" PlatformToolset: "v100" - - VisualStudioVersion: 10.0 - platform: "x64" - configuration: "Debug" - vcvarsall_platform: "x64" - PlatformToolset: "v100" - VisualStudioVersion: 10.0 platform: "x64" configuration: "Release"