diff options
Diffstat (limited to 'scripts/check')
| -rwxr-xr-x | scripts/check | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/check b/scripts/check new file mode 100755 index 0000000..6886411 --- /dev/null +++ b/scripts/check @@ -0,0 +1,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 |