From 83fe0249b3f1eb4f59f0b957e6be4fa33f4411bc Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Wed, 8 Jun 2022 15:28:04 +0200 Subject: [PATCH] Allow MinGW32 and Cygwin-latest jobs to fail Needs some more work --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 4f32009c..64249cc0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -90,6 +90,7 @@ environment: B2_ADDRESS_MODEL: 64 B2_CXXSTD: 03,11,14,1z B2_TOOLSET: gcc + MAYFAIL: true - FLAVOR: mingw32 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 @@ -97,6 +98,7 @@ environment: ADDPATH: C:\mingw\bin; B2_CXXSTD: 03,11,14,1z B2_TOOLSET: gcc + MAYFAIL: true - FLAVOR: mingw64 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019