generated from esphome/esphome-project-template
-
Notifications
You must be signed in to change notification settings - Fork 9
35 lines (33 loc) · 902 Bytes
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: CI
on:
pull_request:
jobs:
ci:
name: Building ${{ matrix.file }}
runs-on: ubuntu-latest
strategy:
matrix:
file:
- esp32-gateway-ethernet.yaml
- esp32-gateway-wifi.yaml
- shelly-1.yaml
- sonoff-basic.yaml
- sonoff-ifan04-l.yaml
- sonoff-rfbridge.yaml
- sonoff-tx-t1.yaml
- sonoff-tx-t2.yaml
- sonoff-tx-t3.yaml
- sp501e.yaml
- ttgo-higrow-stick.yaml
- wyze-plug.yaml
- sonoff-th16-si7021.yaml
- shelly-uni-doorbell.yaml
- emporia-vue2.yaml
- emporia-vue2-3-phase.yaml
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Build ESPHome firmware to verify configuration
uses: esphome/[email protected]
with:
yaml_file: ${{ matrix.file }}