1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

docker: Actually prepopulate go cache

This commit is contained in:
Simon Frei 2021-02-02 19:02:07 +01:00
parent 57f9275772
commit 15d0e0e5e6
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -42,6 +42,6 @@ done
echo "Prepopulating gradle and go build/pkg cache" echo "Prepopulating gradle and go build/pkg cache"
git clone https://github.com/syncthing/syncthing-android git clone https://github.com/syncthing/syncthing-android
cd syncthing-android cd syncthing-android
./gradlew --no-daemon lint ./gradlew --no-daemon lint buildNative
cd .. cd ..
rm -rf syncthing-android rm -rf syncthing-android