Skip to content

Commit

Permalink
ci: Add new "Windows (clang-cl)" job
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Dec 13, 2024
1 parent 84c0bd1 commit 4c50d73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@ jobs:
cpp_flags: '/DSECP256K1_MSVC_MULH_TEST_OVERRIDE'
- job_name: 'x86 (MSVC): Windows (VS 2022)'
cmake_options: '-A Win32'
- job_name: 'x64 (MSVC): Windows (clang-cl)'
cmake_options: '-T ClangCL'

steps:
- name: Checkout
Expand Down

0 comments on commit 4c50d73

Please sign in to comment.