We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd179f commit 36fc992Copy full SHA for 36fc992
test/appveyor.yml
@@ -45,10 +45,11 @@ environment:
45
TOOLSET: gcc
46
CXXSTD: 03,11,14,1z
47
VARIANT: release # "variant_get_test.o: File too big" errors in debug
48
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
49
- ADDPATH: C:\mingw\bin;
50
- TOOLSET: gcc
51
- 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
52
+ # CXXSTD: 03,11,14,1z
53
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
54
ADDPATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;
55
0 commit comments