esphome/script/fulltest

15 lines
168 B
Plaintext
Raw Normal View History

2019-05-13 20:45:22 +02: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
2021-03-12 23:58:43 +01:00
script/component_test
2019-05-13 20:45:22 +02:00
script/test