Skip to content

Deleted unused scripts, keeping LED stubs #148

Deleted unused scripts, keeping LED stubs

Deleted unused scripts, keeping LED stubs #148

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install build dependencies
run: sudo apt install -y libyaml-cpp-dev libasound2-dev libv4l-dev libudev-dev make g++
- name: Build
run: make
working-directory: Capture/C++
- name: Dry run of -h
run: ./VideoCapture -h
working-directory: Capture/C++