Do not cache android-ndk (buildozer)

This commit is contained in:
Oleksii Shevchuk 2017-07-03 23:14:34 +03:00
parent 25fac6a96a
commit 9735d4e61f
1 changed files with 0 additions and 1 deletions

View File

@ -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