Skip to content

[Docs] Arduino MKR 1010 WiFi MIDI over USB support ✅ (#1041) #437

[Docs] Arduino MKR 1010 WiFi MIDI over USB support ✅ (#1041)

[Docs] Arduino MKR 1010 WiFi MIDI over USB support ✅ (#1041) #437

Workflow file for this run

name: CI Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo ./scripts/install-gtest.sh Debug /usr/local
- name: Configure
run: cmake -S. --preset ci
- name: Build
run: cmake --build --preset ci
- name: Test
run: ctest --preset ci