Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Add GHA CI builds

Add GHA CI builds #2

Workflow file for this run

name: build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: sh
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt install -y build-essential libbluetooth-dev
- name: Compile
run: make