Skip to content

Buildtest

Buildtest #6

Workflow file for this run

name: Buildtest
on: push
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Dependencies
run: |
brew install libxml2
brew install libusb
- name: Build
run: make