]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
[CI] Add configure workflow for Windows AMD64 with Clang.
authorMika Lindqvist <postmaster@raasu.org>
Mon, 1 Jun 2026 18:06:25 +0000 (21:06 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 13 Jun 2026 10:02:50 +0000 (12:02 +0200)
.github/workflows/configure.yml

index 1e0f8d39c0c93307fbe1b3225b73a7699d015402..2a407a950338fabc02c9ccc1fad8941086f73b56 100644 (file)
@@ -255,6 +255,12 @@ jobs:
             shell: msys2 {0}
             compiler: aarch64-w64-mingw32-clang
 
+          - name: Windows Clang MinGW64
+            os: windows-latest
+            shell: msys2 {0}
+            compiler: clang
+            packages: mingw-w64-x86_64-clang
+
           - name: Windows GCC MinGW32
             os: windows-latest
             shell: msys2 {0}
@@ -305,7 +311,7 @@ jobs:
           pkg-config
           make
           git
-          mingw-w64-x86_64-toolchain
+          ${{ matrix.packages || 'mingw-w64-x86_64-toolchain' }}
 
     - name: Setup MinGW64 (ARM64)
       if: runner.os == 'Windows' && contains(matrix.name, 'ARM64')