mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
add hid ci (#97)
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user