From: Mika Lindqvist Date: Thu, 18 Jun 2026 11:15:44 +0000 (+0300) Subject: [CI] Test Visual C++ 2026 with ZLIB_COMPAT and benchmarks to catch type mismatches. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;ds=inline;p=thirdparty%2Fzlib-ng.git [CI] Test Visual C++ 2026 with ZLIB_COMPAT and benchmarks to catch type mismatches. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 28850db0e..88a8b422c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -520,6 +520,12 @@ jobs: cmake-args: -G "Visual Studio 18 2026" -A x64 -T v145 -DCMAKE_C_STANDARD=23 -DWITH_BENCHMARKS=ON # Coverage disabled for msvc + - name: Windows MSVC 2026 v145 Win64 C23 Compat + os: windows-2025-vs2026 + compiler: cl + cmake-args: -G "Visual Studio 18 2026" -A x64 -T v145 -DCMAKE_C_STANDARD=23 -DWITH_BENCHMARKS=ON -DZLIB_COMPAT=ON + # Coverage disabled for msvc + - name: Windows MSVC 2022 v143 Win32 os: windows-2022 compiler: cl