mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
33625e2dd3
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
12 lines
194 B
Bash
Executable file
12 lines
194 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
set -x
|
|
|
|
esphome compile tests/test1.yaml
|
|
esphome compile tests/test2.yaml
|
|
esphome compile tests/test3.yaml
|
|
esphome compile tests/test4.yaml
|