1 2 3 4 5 6 7 8 9 10 11 12
#!/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" cd "$ROOT" "$ROOT/gradlew" --no-daemon :app:test :adb:test :app:lint "$ROOT/scripts/check-server-source"