From eceeab66cfa712c38052aa07f53935cca7c343b3 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 26 Mar 2020 18:12:52 +0100 Subject: [PATCH] appveyor: test full matrix (no 64bit builds on <= vs2012) --- .appveyor.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 95c718a..4c6642a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -68,10 +68,11 @@ environment: - CC: vs2013 - CC: vs2012 - CC: vs2010 + - CC: vs2008 # Platform: architecture platform: -# - x86 + - x86 - x64 # Matrix configuration: allow specific failing jobs @@ -86,9 +87,13 @@ matrix: SET: test00 - configuration: static-debug SET: test00 - # VS2010 Express installs don't have the 64 bit compiler + # VS2012 and older installs don't have the 64 bit compiler + - platform: x64 + CC: vs2012 - platform: x64 CC: vs2010 + - platform: x64 + CC: vs2008 #---------------------------------#