Skip to content

csp packet in place crypto #60

csp packet in place crypto

csp packet in place crypto #60

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 -Dcsp:packet_padding_bytes=38 && ninja -C builddir test