Skip to content

Commit

Permalink
Do not test on MinGW 32-bit any more
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Dec 19, 2024
1 parent 0fd179f commit 36fc992
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ environment:
TOOLSET: gcc
CXXSTD: 03,11,14,1z
VARIANT: release # "variant_get_test.o: File too big" errors in debug
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
ADDPATH: C:\mingw\bin;
TOOLSET: gcc
CXXSTD: 03,11,14,1z
# MinGW 32-bit is not supported by Boost.System any more
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
# ADDPATH: C:\mingw\bin;
# TOOLSET: gcc
# CXXSTD: 03,11,14,1z
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
ADDPATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;
TOOLSET: gcc
Expand Down

0 comments on commit 36fc992

Please sign in to comment.