Skip to content

Allow mulitcast receiver to continue after error==0 #62

Allow mulitcast receiver to continue after error==0

Allow mulitcast receiver to continue after error==0 #62

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: bootstrap
run: |
sudo apt install libusb-1.0-0-dev
sudo apt install grep
./bootstrap
- name: README Debug
run: grep README Makefile.am
- name: configure
run: ./configure
- name: make
run: make -j 4
- name: make check
run: make check
- name: make distcheck
run: make distcheck