From e66c1f748c76cb4db78a2fc4259885a20420e563 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 25 May 2020 18:08:33 +0200 Subject: [PATCH] appveyor: allow VS2019/3.14/64bit/static-debug job to fail the MSI tool of that specific build segfaults for unknown reasons (not reproducible on local build) --- .appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4eaf685..f7e8f46 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -97,8 +97,14 @@ platform: - x86 - x64 -# Matrix configuration: allow specific failing jobs +# Matrix configuration: allow/exclude specific failing jobs matrix: + # The MSI tool generated from that builds segfaults (*shrug*) + allow_failures: + - platform: x64 + configuration: static-debug + CMP: vs2019 + BASE: 3.14 exclude: # Run test00 only once: x64 dynamic - platform: x86