mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
add hid ci (#97)
This commit is contained in:
parent
ad6a387941
commit
7bb1490e9e
19
.github/workflows/hid.yml
vendored
Normal file
19
.github/workflows/hid.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: HID CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
pull_request:
|
||||||
|
branches: [master]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: python
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Prepare platformio
|
||||||
|
run: pip install platformio
|
||||||
|
- name: Build all
|
||||||
|
run: make -C hid _build_all
|
||||||
Loading…
x
Reference in New Issue
Block a user