Skip to content

Fix incorrect rtp package header for esp32 #57

Fix incorrect rtp package header for esp32

Fix incorrect rtp package header for esp32 #57

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: install
run: >
sudo apt-get update && sudo apt-get --no-install-recommends -y install
cmake
- name: build
run: >
mkdir cmake ;
cd cmake ;
cmake .. -DENABLE_TESTS=true ;
make -j$(nproc);
run-parts ./tests/