Skip to content

Commit

Permalink
ci: xmake | clang-cl
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Nov 4, 2024
1 parent 73e3444 commit c9057da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main_ci_xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
strategy:
fail-fast: false
matrix:
mode:
- debug
- release
toolchain:
- msvc
- clang-cl
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
xmake-version: "latest"

- name: Configure
run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14.41
run: xmake config -y --mode=releasedbg --toolchain=${{ matrix.toolchain }} --vs_toolset=14.41

- name: Build
run: xmake build -y -vD

0 comments on commit c9057da

Please sign in to comment.