Skip to content

Merge branch 'subteam/algorithms' of github.com:CooperUnion/selfdrive… #251

Merge branch 'subteam/algorithms' of github.com:CooperUnion/selfdrive…

Merge branch 'subteam/algorithms' of github.com:CooperUnion/selfdrive… #251

Workflow file for this run

---
name: build
# yamllint disable-line rule:truthy
on:
- pull_request
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
- name: Checkout `selfdrive`
uses: ./.github/actions/checkout
- name: build selfdrive
run: scons --verbose