Skip to content

Commit 9907944

Browse files
gameknifeCopilot
andcommitted
Add macOS self-hosted workflow
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8b3b78f commit 9907944

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/macos_self.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: MacOS CI (Self)
2+
3+
on:
4+
pull_request:
5+
branches: [main, dev, 'releases/**']
6+
push:
7+
branches: [main, 'releases/**']
8+
paths:
9+
- '.github/workflows/**'
10+
- 'src/**'
11+
- 'assets/shaders/**'
12+
- 'tools/gnb/**'
13+
- 'gnb.*'
14+
- '**/CMakeLists.txt'
15+
16+
jobs:
17+
build:
18+
runs-on: [self-hosted, macOS]
19+
steps:
20+
- uses: actions/checkout@v4
21+
with:
22+
clean: false
23+
- run: ./gnb.sh setup
24+
- run: ./gnb.sh build

0 commit comments

Comments
 (0)