]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added a Clang-CL Windows test to CI 3579/head
authorYann Collet <yann.collet.73@gmail.com>
Wed, 29 Mar 2023 00:37:23 +0000 (17:37 -0700)
committerYann Collet <yann.collet.73@gmail.com>
Wed, 29 Mar 2023 05:06:18 +0000 (22:06 -0700)
If I understand correctly,
this should trigger the issue notified in #3569.

.github/workflows/dev-short-tests.yml

index f462cdcf433e0c11e82d5b140e9bcaa547612409..e0e23f2924298db938e1439aeebe98e65ff3b312 100644 (file)
@@ -270,6 +270,8 @@ jobs:
           - generator: "Visual Studio 17 2022"
             flags: "-A Win32"
           - generator: "MinGW Makefiles"
+          - generator: "Visual Studio 17 2022"
+            flags: "-T ClangCL"
     runs-on: windows-2022
     steps:
     - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag=v3