]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
[CI] Add workflow to test MSVC 18 2026.
authorMika Lindqvist <postmaster@raasu.org>
Sun, 22 Feb 2026 10:17:21 +0000 (12:17 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 6 Mar 2026 15:39:11 +0000 (16:39 +0100)
.github/workflows/cmake.yml

index ef095fe4eadc8d7e375b2aa216c79674aff4dbd6..234cf45b6c4596ba417eefbb0b5f9e11b0acc38e 100644 (file)
@@ -479,6 +479,12 @@ jobs:
             cmake-args: -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_C_COMPILER_TARGET=wasm32 -DCMAKE_CROSSCOMPILING_EMULATOR=${EMSDK_NODE} -DZLIB_COMPAT=ON
             # codecov disabled for wasm
 
+          - name: Windows MSVC 2026 v145 Win64 C23
+            os: windows-2025-vs2026
+            compiler: cl
+            cmake-args: -G "Visual Studio 18 2026" -A x64 -T v145 -DCMAKE_C_STANDARD=23
+            # codecov disabled for msvc
+
           - name: Windows MSVC 2022 v143 Win32
             os: windows-latest
             compiler: cl