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
|
2020-03-13 08:27:22 +11:00
|
|
|
script/unit_test
|
2021-03-12 23:58:43 +01:00
|
|
|
script/component_test
|
2019-05-13 20:45:22 +02:00
|
|
|
script/test
|
2024-01-18 08:13:40 +01:00
|
|
|
script/test_build_components
|