Skip to content

Commit 91d9cc7

Browse files
committed
added a Clang-CL Windows test to CI
If I understand correctly, this should trigger the issue notified in #3569.
1 parent 57e1b45 commit 91d9cc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ jobs:
270270
- generator: "Visual Studio 17 2022"
271271
flags: "-A Win32"
272272
- generator: "MinGW Makefiles"
273+
- generator: "Visual Studio 17 2022"
274+
flags: "-T ClangCL"
273275
runs-on: windows-2022
274276
steps:
275277
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag=v3

0 commit comments

Comments
 (0)