From 259101e0a1afc6ccbbad5374fcb88dff4db53ee7 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 2 Jul 2015 12:47:43 -0500 Subject: [PATCH] Try and limit Appveyor build matrix to set that can actually work. --- appveyor.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8c84f48..4a5af02 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,13 +13,17 @@ notifications: environment: matrix: - TOOLSET: vs-2008 + platform: 32 - TOOLSET: vs-2010 + platform: 32 - TOOLSET: vs-2012 + platform: 32 + - TOOLSET: vs-2012 + platform: 64 - TOOLSET: vs-2013 - -platform: - - 32 - - 64 + platform: 32 + - TOOLSET: vs-2013 + platform: 64 configuration: - debug