summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomaszduda23 <[email protected]>2022-07-11 01:39:56 +0900
committerGitHub <[email protected]>2022-07-10 19:39:56 +0300
commit7bb1490e9ea96dd7ed7304bd1bef60f3faed6923 (patch)
tree25151351b80de8ef3caecb6c5238b8b6b0a10fc8
parentad6a387941012e5c54b1f6e977e4bc5425f9be5d (diff)
add hid ci (#97)
-rw-r--r--.github/workflows/hid.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/hid.yml b/.github/workflows/hid.yml
new file mode 100644
index 00000000..c3252f2a
--- /dev/null
+++ b/.github/workflows/hid.yml
@@ -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