From 492d618653a4dfaaef3447302915c8608f3d319f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 18 Nov 2016 21:54:12 +0100 Subject: [PATCH] Revert "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." This reverts commit a05f833843f1a42ae65ba053148801482dce5bce. I think these problems where caused by thread bug. --- appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 9b1ea46f6..562d433f1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,11 +4,21 @@ 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"