mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
docker: Actually prepopulate go cache
This commit is contained in:
parent
57f9275772
commit
15d0e0e5e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue