Merge pull request #598 from libexpat/appveyor-msvc2022

AppVeyor: Add MSVC 2022
This commit is contained in:
Sebastian Pipping 2022-04-12 23:36:43 +02:00 committed by GitHub
commit dd969fc5d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 0 deletions

View file

@ -105,6 +105,33 @@ environment:
EXPAT_DLL: libexpatwd.dll
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# Visual Studio 2022 Win32
- GENERATOR: Visual Studio 17 2022
PLATFORM: Win32
CMAKE_ARGS: -A Win32
EXPAT_DLL: libexpatd.dll
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
# Visual Studio 2022 Win32 XML_UNICODE_WCHAR_T
- GENERATOR: Visual Studio 17 2022
PLATFORM: Win32
CMAKE_ARGS: -A Win32 -DEXPAT_CHAR_TYPE=wchar_t
EXPAT_DLL: libexpatwd.dll
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
# Visual Studio 2022 x64
- GENERATOR: Visual Studio 17 2022
PLATFORM: x64
EXPAT_DLL: libexpatd.dll
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
# Visual Studio 2022 x64 XML_UNICODE_WCHAR_T
- GENERATOR: Visual Studio 17 2022
PLATFORM: x64
CMAKE_ARGS: -DEXPAT_CHAR_TYPE=wchar_t
EXPAT_DLL: libexpatwd.dll
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
before_build:
- echo Running cmake...
- cd c:\projects\libexpat

View file

@ -2,6 +2,10 @@ NOTE: We are looking for help with a few things:
https://github.com/libexpat/libexpat/labels/help%20wanted
If you can help, please get in touch. Thanks!
Release x.x.x xxx xxxxx xx xxxx
Infrastructure:
#597 #598 CI: Windows: Start covering MSVC 2022
Release 2.4.8 Mon March 28 2022
Other changes:
#587 pkg-config: Move "-lm" to section "Libs.private"