Add integration tests for xmake (#158)

This commit is contained in:
star9029
2025-07-22 12:29:44 +08:00
committed by GitHub
parent 836d9dc988
commit 572e9d04e2
2 changed files with 61 additions and 36 deletions

View File

@@ -130,7 +130,7 @@ jobs:
- name: Xmake configure
run: |
xmake config --yes --mode=${{ matrix.build_type }} --toolchain=clang --sdk=/opt/homebrew/opt/llvm@20
xmake config --yes --ci=y --mode=${{ matrix.build_type }} --toolchain=clang --sdk=/opt/homebrew/opt/llvm@20
- name: Build clice
run: |