mirror of
https://github.com/esphome/esphome.git
synced 2024-11-04 09:01:53 +01:00
12 lines
161 B
Plaintext
12 lines
161 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd "$(dirname "$0")/.."
|
||
|
|
||
|
set -x
|
||
|
|
||
|
esphome tests/test1.yaml compile
|
||
|
esphome tests/test2.yaml compile
|
||
|
esphome tests/test3.yaml compile
|