Enable Xmake ci (#70)

This commit is contained in:
star9029
2025-02-11 18:44:05 +08:00
committed by GitHub
parent 4f9a515189
commit 3cb30add99
4 changed files with 13 additions and 6 deletions

View File

@@ -2,9 +2,9 @@ name: xmake
on:
push:
branches: [ non-existent-branch ]
branches: [ main ]
pull_request:
branches: [ non-existent-branch ]
branches: [ main ]
paths-ignore:
- '.clang-format'
- '.clangd'
@@ -12,6 +12,9 @@ on:
- 'LICENSE'
- 'README.md'
- '.github/workflows/cmake.yml'
- 'CMakeLists.txt'
- 'CMakePresets.json'
- 'cmake'
jobs:
linux: