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