From 8c17c45e4d3d19c3b8a2eea80c1f6a4f6e495347 Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Wed, 1 Nov 2023 23:06:55 +1100 Subject: [PATCH] Fix mingw build. --- .appveyor.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 22d4419529..53f5ed5777 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,22 +51,11 @@ for: - cd asio\src - nmake -f Makefile.msc - nmake -f Makefile.msc check - - - matrix: - only: - - image: Visual Studio 2015 - MINGW: 1 - environment: - BOOSTDIR: C:/Libraries/boost_1_67_0 - build_script: - - PATH=C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;C:\msys64\usr\bin;%PATH% - - cd asio\src - - mingw32-make -f Makefile.mgw - - mingw32-make -f Makefile.mgw check - matrix: only: - image: Visual Studio 2017 + MSVC: 1 environment: BOOSTDIR: C:\Libraries\boost_1_69_0 _WIN32_WINNT: 0x0603 @@ -79,6 +68,7 @@ for: matrix: only: - image: Visual Studio 2019 + MSVC: 1 environment: BOOSTDIR: C:\Libraries\boost_1_83_0 _WIN32_WINNT: 0x0A00 @@ -87,6 +77,18 @@ for: - cd asio\src - nmake -f Makefile.msc - nmake -f Makefile.msc check + - + matrix: + only: + - image: Visual Studio 2019 + MINGW: 1 + environment: + BOOSTDIR: C:/Libraries/boost_1_83_0 + build_script: + - PATH=C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;C:\msys64\usr\bin;%PATH% + - cd asio\src + - mingw32-make -f Makefile.mgw + - mingw32-make -f Makefile.mgw check matrix: exclude: