Skip to content

Commit dd38a6c

Browse files
committed
ci: update build
1 parent 0b37c16 commit dd38a6c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build-manager.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ on:
1212
pull_request:
1313
branches: [ "main", "dev" ]
1414
paths:
15+
- '.github/workflows/build-manager.yml'
16+
- '.github/workflows/build-lkm.yml'
1517
- 'manager/**'
18+
- 'kernel/**'
19+
- 'userspace/ksud/**'
1620
workflow_call:
1721

1822
jobs:
@@ -29,6 +33,16 @@ jobs:
2933
os: ubuntu-latest
3034
- target: x86_64-linux-android
3135
os: ubuntu-latest
36+
uses: ./.github/workflows/ksud.yml
37+
with:
38+
target: ${{ matrix.target }}
39+
os: ${{ matrix.os }}
40+
41+
build-ksud-extra:
42+
needs: build-lkm
43+
strategy:
44+
matrix:
45+
include:
3246
- target: x86_64-pc-windows-gnu # windows pc
3347
os: ubuntu-latest
3448
- target: x86_64-apple-darwin # Intel mac

0 commit comments

Comments
 (0)