esphome/script/fulltest

14 lines
146 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
2019-05-13 20:45:22 +02:00
script/test