summaryrefslogtreecommitdiff
path: root/.github/workflows/hid.yml
blob: 984f77dd8f8444da4576eaebb47f94dac8e49f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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