Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
quic-bjorande committed May 9, 2024
1 parent 60485ad commit d88f684
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit d88f684

Please sign in to comment.