Skip to content

Commit

Permalink
Add a clang-cl x64 CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Jun 24, 2024
1 parent 40a8e49 commit 4dc475f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
os: windows-2022
generator: Visual Studio 17 2022
cmake-args: -A x64
- name: clang-cl-x64
os: windows-2022
generator: Visual Studio 17 2022
cmake-args: -T ClangCL -A x64

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4dc475f

Please sign in to comment.