mirror of https://github.com/n1nj4sec/pupy.git
Do not cache android-ndk (buildozer)
This commit is contained in:
parent
25fac6a96a
commit
9735d4e61f
|
@ -36,7 +36,6 @@ before_cache:
|
|||
( if [ ! -f $HOME/.cache/android.tgz ]; then
|
||||
tar --remove-files -C $HOME -zcf $HOME/.cache/android.tgz
|
||||
.android
|
||||
.buildozer/android/platform/android-ndk-r9c/{build,platforms/android-19,platforms/android-9,prebuild,sources,toolchains/arm-*,ndk-*,GNUmakefile}
|
||||
.buildozer/android/platform/android-sdk-20
|
||||
.buildozer/android/platform/apache-ant-1.9.4;
|
||||
fi; rm -rf $HOME/.buildozer ) & wait
|
||||
|
|
Loading…
Reference in New Issue