Skip to content

Commit

Permalink
Try ci
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Apr 13, 2024
1 parent 0d706bf commit 1274df1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test Build

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Check out repository code
uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get update && sudo apt-get -y install git cmake build-essential libusb-1.0-0-dev

- name: Build library
run: make build

0 comments on commit 1274df1

Please sign in to comment.