Skip to content

document ptp/ip stuff #142

document ptp/ip stuff

document ptp/ip stuff #142

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
linux-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install libusb-1.0-0-dev clang-tools
- name: Build
run: |
scan-build make libcamlib.so
make dec
- name: Unit test script
run: sh test/ci.sh
macOS-build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: brew install libusb
- name: Build
run: |
make libcamlib.so
# Test the decoding tool also builds.
make dec