mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
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 tests/test1.yaml compile
|
|
esphome tests/test2.yaml compile
|
|
esphome tests/test3.yaml compile
|
|
esphome tests/test4.yaml compile
|