From: Yann Collet Date: Wed, 29 Mar 2023 00:37:23 +0000 (-0700) Subject: added a Clang-CL Windows test to CI X-Git-Tag: v1.5.5~2^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f77956bccc3b95e0e7b51ef0d16ed1db695779b;p=thirdparty%2Fzstd.git added a Clang-CL Windows test to CI If I understand correctly, this should trigger the issue notified in #3569. --- diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index f462cdcf4..e0e23f292 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -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