Files

12 lines
126 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
2019-05-12 23:04:36 +02:00
set -e
cd "$(dirname "$0")/.."
set -x
script/ci-custom.py -c
2019-05-12 23:04:36 +02:00
script/lint-python -c
2019-05-13 20:45:22 +02:00
script/lint-cpp -c