1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 10:50:58 +01:00
esphome/script/fulltest

14 lines
146 B
Plaintext
Raw Normal View History

2019-05-13 19:45:22 +01:00
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
set -x
script/ci-custom.py
script/lint-python
script/lint-cpp
script/unit_test
2019-05-13 19:45:22 +01:00
script/test