Skip to content

Merge pull request #191 from CooperUnion/user/Vaibhav-Hariani/algo_UI #81

Merge pull request #191 from CooperUnion/user/Vaibhav-Hariani/algo_UI

Merge pull request #191 from CooperUnion/user/Vaibhav-Hariani/algo_UI #81

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:
submodules: recursive
- name: Checkout `selfdrive`
uses: ./.github/actions/checkout
- name: build selfdrive
run: scons --verbose