aboutsummaryrefslogtreecommitdiff
path: root/scripts/check
blob: 68864117b1d8071d150b2aa3f858dd852801cdd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Run the repository's host/VM quality gate.

set -eu

ROOT="$(cd "$(dirname "$0")/.." && pwd)"

"$ROOT/scripts/check-wrapper"
"$ROOT/scripts/check-server"
"$ROOT/gradlew" --no-daemon :app:test :adb:test :app:lint