diff options
| author | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
| commit | 827653aa291e37ae63c0cfa1eee4fbaa20cea122 (patch) | |
| tree | 20f874004e1676b055bc695d3b1483bef9932fe7 /scripts/check | |
| parent | dcda3f64e0822554f647ec73fa8b0252268b87a0 (diff) | |
| download | scrcpy-android-827653aa291e37ae63c0cfa1eee4fbaa20cea122.tar.gz | |
build: pin and verify release inputs
Diffstat (limited to 'scripts/check')
| -rwxr-xr-x | scripts/check | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check b/scripts/check index 6886411..8196859 100755 --- a/scripts/check +++ b/scripts/check @@ -7,4 +7,6 @@ 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" |