pico hid ci

This commit is contained in:
Maxim Devaev 2023-08-04 02:29:12 +03:00
parent 318724e3ae
commit 750b9214fe
2 changed files with 22 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: HID CI
name: Arduino HID CI
on:
push:
@ -20,4 +20,4 @@ jobs:
run: pip install platformio
- name: Build all
run: make -C hid _build_all
run: make -C hid/arduino _build_all

20
.github/workflows/pico-hid.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Pico HID CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Installing deps...
run: sudo apt-get install cmake gcc-arm-none-eabi build-essential
- name: Running tests ...
run: make -C hid/pico all