mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02:00
33625e2dd3
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
13 lines
194 B
Bash
Executable File
13 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
|