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 12, 2024
1 parent 4884a68 commit 94ff7b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,9 @@ 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)'
# TODO: Assess and possibly fix warnings.
cmake_options: '-G Ninja -DCMAKE_C_COMPILER=clang-cl -DSECP256K1_APPEND_CFLAGS="-Wno-cast-qual -Wno-missing-noreturn -Wno-implicit-int-conversion -Wno-sign-conversion -Wno-unsafe-buffer-usage -Wno-switch-default -Wno-shorten-64-to-32 -Wno-extra-semi-stmt'

steps:
- name: Checkout
Expand Down

0 comments on commit 94ff7b4

Please sign in to comment.