Skip to content

inplace for rx, removed static buffers #53

inplace for rx, removed static buffers

inplace for rx, removed static buffers #53

Workflow file for this run

name: Build CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Setup build system packages on Linux
run: |
sudo apt-get install ninja-build meson tree gcc-arm-none-eabi python3-pip libbsd-dev
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-tags: true
fetch-depth: 100
- name: Meson build & test
run: |
meson setup builddir && ninja -C builddir test