mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
pico hid ci
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: HID CI
|
name: Arduino HID CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -20,4 +20,4 @@ jobs:
|
|||||||
run: pip install platformio
|
run: pip install platformio
|
||||||
|
|
||||||
- name: Build all
|
- 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
20
.github/workflows/pico-hid.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user