mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
workflows: build os on changes
This commit is contained in:
parent
4894bd9d1c
commit
334d27a6a4
18
.github/workflows/os.yml
vendored
Normal file
18
.github/workflows/os.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: os
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- "os/**"
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "os/**"
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: build
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: ./hack/ci/install-deps.sh
|
||||||
|
- run: ./hack/os/build.sh
|
||||||
|
env:
|
||||||
|
KRATA_KERNEL_BUILD_JOBS: "5"
|
Loading…
Reference in New Issue
Block a user