-
Notifications
You must be signed in to change notification settings - Fork 153
41 lines (39 loc) · 858 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
36
37
38
39
40
41
name: CI
on:
pull_request:
jobs:
build:
name: Building ${{ matrix.device }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
device:
- rgb-light
- rgbww-light
- rgbct-light
- garage-door
- ws2812b
- mini-switch
- relay-board-x1
- relay-board-x2
- relay-board-x4
- relay-board-x8
- smart-plug
- smart-plug-v2
- sw01
- sw01-v2
- sw02
- sw02-v2
- sw03
- sw04
- cb02
- ls-4p-3wire
- ls-4p-4wire
steps:
- name: Checkout source
uses: actions/checkout@v2
- uses: esphome/[email protected]
id: esphome-build
with:
yaml_file: athom-${{ matrix.device }}.yaml