mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-06 00:35:47 +08:00
build workflow
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user