Skip to content

Commit 4c50d73

Browse files
committed
ci: Add new "Windows (clang-cl)" job
1 parent 84c0bd1 commit 4c50d73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ jobs:
746746
cpp_flags: '/DSECP256K1_MSVC_MULH_TEST_OVERRIDE'
747747
- job_name: 'x86 (MSVC): Windows (VS 2022)'
748748
cmake_options: '-A Win32'
749+
- job_name: 'x64 (MSVC): Windows (clang-cl)'
750+
cmake_options: '-T ClangCL'
749751

750752
steps:
751753
- name: Checkout

0 commit comments

Comments
 (0)