mirror of
https://github.com/esphome/esphome.git
synced 2024-10-31 08:25:53 +01:00
a70a205ace
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
14 lines
227 B
Bash
Executable File
14 lines
227 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
|
|
esphome compile tests/test5.yaml
|