From 0ae628673cc48875341eb69f143a8fc9793a3dc0 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 23 Mar 2020 17:01:40 +0100 Subject: [PATCH] appveyor: reduce number of SET=test00 runs --- .appveyor.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c9ba9a6..f202dc2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -70,19 +70,18 @@ platform: # Matrix configuration: allow specific failing jobs matrix: exclude: + # Run test00 only once: x64 dynamic + - platform: x86 + SET: test00 + - configuration: static + SET: test00 + - configuration: dynamic-debug + SET: test00 + - configuration: static-debug + SET: test00 # VS2010 Express installs don't have the 64 bit compiler - platform: x64 CC: vs2010 - # Exclude to reduce total job runtime - # skip 64-bit for older and 32-bit for newer - - platform: x64 - CC: vs2012 - - platform: x86 - CC: mingw - - platform: x86 - CC: vs2019 - - platform: x86 - CC: vs2017 #---------------------------------#