From 45d4c05948dbcf5a1f750536992fc1943bad3ef3 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 28 Mar 2023 17:37:23 -0700 Subject: [PATCH] added a Clang-CL Windows test to CI If I understand correctly, this should trigger the issue notified in #3569. --- .github/workflows/dev-short-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index f462cdcf433..905258f0c37 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