summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-06 15:31:37 +1100
committerLeith Bade <leith@mapbox.com>2014-12-06 15:48:49 +1100
commitf2776c0854067e31391bff129bcfe9e7fbd72cf1 (patch)
tree11650f882e1c50d45288dd71747f517896fb14fb /scripts
parent86ce061ab4cd611477b2a582fc71474f697552fb (diff)
downloadqtlocation-mapboxgl-f2776c0854067e31391bff129bcfe9e7fbd72cf1.tar.gz
Try NDK install via git clone
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_before_install.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh
index cff998c7b7..3693be33a5 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -11,22 +11,6 @@ if [[ "${MASON_PLATFORM}" == "android" ]]; then
echo "load submodules"
git submodule update --init --recursive
- echo "installing 7z"
- MASON_PLATFORM= ./.mason/mason install 7z 9.20
-
- echo "setting 7z path"
- SEVEN_ZIP_PATH="$(MASON_PLATFORM= ./.mason/mason prefix 7z 9.20)/bin/7za"
-
- echo "fetching NDK"
- wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin
-
- echo "chmod NDK"
- chmod a+x ./android-ndk-r10c-linux-x86_64.bin
-
- echo "unpacking NDK"
- $SEVEN_ZIP_PATH x ./android-ndk-r10c-linux-x86_64.bin > .tmp-ndk-log
- rm .tmp-ndk-log
-
echo "fetching JDK"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u71-b14/jdk-7u71-linux-x64.tar.gz