Travis CI fix: install ant

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2018-03-22 16:06:11 +01:00
parent bf03828a24
commit 901001da9a
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ before_install:
- GIT_HASH=`git log --pretty=format:'%h' -n 1`
- GIT_BUILD=`git describe --all`-$GIT_HASH
install:
- sudo apt-get -qq update
- sudo apt-get install ant
- wget http://dl.google.com/android/ndk/android-ndk-r10d-linux-x86_64.bin
- chmod +x android-ndk-r10d-linux-x86_64.bin
- ./android-ndk-r10d-linux-x86_64.bin -y | grep -v Extracting