build workflow

This commit is contained in:
Cameron Clough
2024-06-20 00:03:36 +01:00
parent 4fc3c0adf8
commit 1b7d8132ef
+22
View File
@@ -0,0 +1,22 @@
name: build
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: ./build_kernel.sh
- run: ./build_system.sh