Enable Xmake ci (#70)
This commit is contained in:
7
.github/workflows/xmake.yml
vendored
7
.github/workflows/xmake.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user