1
0
mirror of https://github.com/esphome/esphome.git synced 2025-08-24 06:52:19 +01:00
Files
.devcontainer
.github
docker
esphome
script
api_protobuf
build_codeowners.py
build_compile_commands.py
bump-docker-base-version.py
bump-version.py
ci-custom.py
ci-suggest-changes
clang-format
clang-tidy
fulltest
helpers.py
lint-cpp
lint-python
quicklint
setup
test
unit_test
tests
.clang-format
.clang-tidy
.coveragerc
.dockerignore
.editorconfig
.gitignore
.gitpod.yml
.pre-commit-config.yaml
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
platformio.ini
pylintrc
pytest.ini
requirements.txt
requirements_test.txt
setup.cfg
setup.py
esphome/script/test
Guillermo Ruffino 7487ffcbcb add test4.yaml
2020-06-28 21:17:10 -03:00

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