Skip to content

Commit

Permalink
Appveyor: Drop MinGW32 for MinGW64-32Bit
Browse files Browse the repository at this point in the history
The old MinGW32 doesn't properly support C++11
  • Loading branch information
Flamefire committed Jan 25, 2024
1 parent ab395c1 commit a8d0c8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ environment:
B2_CXXSTD: 11,1z
B2_TOOLSET: gcc

- FLAVOR: mingw32
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- FLAVOR: mingw64 (32-bit)
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
ADDPATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin;
B2_ADDRESS_MODEL: 32
ADDPATH: C:\mingw\bin;
B2_CXXSTD: 11,14,1z
B2_CXXSTD: 03,11,14,17,2a
B2_TOOLSET: gcc

- FLAVOR: mingw64
Expand Down

0 comments on commit a8d0c8b

Please sign in to comment.