]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
[CI] Add ARM64 version of MinGW64 with gcc. develop
authorMika T. Lindqvist <postmaster@raasu.org>
Sun, 31 May 2026 10:45:47 +0000 (13:45 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 3 Jun 2026 12:25:26 +0000 (14:25 +0200)
.github/workflows/cmake.yml

index 91dc6908fdf1c634a23d52c15b3d26e58fd7b2eb..422229b0138f91f58ee83bf48b6bbb9e5df3ab64 100644 (file)
@@ -618,6 +618,13 @@ jobs:
             cmake-args: -T ClangCl -A x64 -DWITH_NATIVE_INSTRUCTIONS=ON -DNATIVE_ARCH_OVERRIDE="-mavx -mpclmul"
             # Coverage disabled for clangcl
 
+          - name: Windows GCC ARM64
+            os: windows-11-arm
+            compiler: gcc
+            cxx-compiler: g++
+            cmake-args: -G Ninja
+            coverage: win64_arm64_gcc
+
           - name: Windows GCC
             os: windows-latest
             compiler: gcc