Skip to content

chore: clean up example #246

chore: clean up example

chore: clean up example #246

Workflow file for this run

name: build
on: [push]
jobs:
build_ubuntu:
runs-on: ubuntu-24.04
timeout-minutes: 5
strategy:
matrix:
target: [ubuntu]
steps:
- name: Install GIT
run: sudo apt-get update && sudo apt-get install -y git
- uses: actions/checkout@v4
- name: Install
run: |
sudo apt-get install -y make gcc-multilib g++-multilib linux-modules-extra-$(uname -r)
- name: Build and run SITL
run: |
./scripts/vcan.sh slcan0
make ${{ matrix.target }}