docker: prebuild lint > lintDebug

This commit is contained in:
Catfriend1 2025-07-14 00:48:45 +02:00
parent 90e4d4daeb
commit 56e20e2b79

View File

@ -8,6 +8,6 @@ fi
echo "Prepopulating gradle and go build/pkg cache" echo "Prepopulating gradle and go build/pkg cache"
cd syncthing-android cd syncthing-android
./gradlew --no-daemon lint buildNative ./gradlew --no-daemon lintDebug buildNative
cd .. cd ..
rm -rf syncthing-android rm -rf syncthing-android