Use TravisCI cache to store stripped Android NDK toolchain
This commit is contained in:
@@ -9,6 +9,9 @@ matrix:
|
||||
- BUILD_ANDROID=true
|
||||
- os: osx
|
||||
sudo: required
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/android-ndk-r14
|
||||
install:
|
||||
- >
|
||||
if [[ "${TRAVIS_OS_NAME}" == "linux" && -z "${BUILD_ANDROID}" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user