mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
Merge pull request #598 from libexpat/appveyor-msvc2022
AppVeyor: Add MSVC 2022
This commit is contained in:
commit
dd969fc5d9
2 changed files with 31 additions and 0 deletions
27
appveyor.yml
27
appveyor.yml
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue