mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 03:47:16 +02:00
Allow MinGW32 and Cygwin-latest jobs to fail
Needs some more work
This commit is contained in:
@ -90,6 +90,7 @@ environment:
|
|||||||
B2_ADDRESS_MODEL: 64
|
B2_ADDRESS_MODEL: 64
|
||||||
B2_CXXSTD: 03,11,14,1z
|
B2_CXXSTD: 03,11,14,1z
|
||||||
B2_TOOLSET: gcc
|
B2_TOOLSET: gcc
|
||||||
|
MAYFAIL: true
|
||||||
|
|
||||||
- FLAVOR: mingw32
|
- FLAVOR: mingw32
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
@ -97,6 +98,7 @@ environment:
|
|||||||
ADDPATH: C:\mingw\bin;
|
ADDPATH: C:\mingw\bin;
|
||||||
B2_CXXSTD: 03,11,14,1z
|
B2_CXXSTD: 03,11,14,1z
|
||||||
B2_TOOLSET: gcc
|
B2_TOOLSET: gcc
|
||||||
|
MAYFAIL: true
|
||||||
|
|
||||||
- FLAVOR: mingw64
|
- FLAVOR: mingw64
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
|
Reference in New Issue
Block a user