Skip to content

port LED and buzzer functions to gossamer framework #4

port LED and buzzer functions to gossamer framework

port LED and buzzer functions to gossamer framework #4

Workflow file for this run

name: Build
on:
pull_request:
push:
branches-ignore:
- gh-pages
jobs:
build:
container:
image: ghcr.io/armmbed/mbed-os-env:latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Compile movement firmware
run: make
working-directory: '.'
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: firmware.uf2
path: build/firmware.uf2