Skip to content

Driver for the mlx90640 thermal imaging camera (#578) #516

Driver for the mlx90640 thermal imaging camera (#578)

Driver for the mlx90640 thermal imaging camera (#578) #516

Workflow file for this run

name: drivers
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Unit Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.14.1
- name: Run Test Suite
working-directory: drivers
run: zig build test