1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 02:40:56 +01:00
esphome/script/fulltest
2019-05-13 20:45:22 +02:00

13 lines
129 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
set -x
script/ci-custom.py
script/lint-python
script/lint-cpp
script/test