Make sure the 7z command is available prior to using it

This commit is contained in:
shadowislord 2014-11-14 23:32:32 -05:00
parent d88cbc3f87
commit d0a3ffe06c

View File

@ -8,7 +8,8 @@ branches:
before_install: before_install:
# required libs for android build tools # required libs for android build tools
# sudo apt-get update - sudo apt-get update
- sudo apt-get install -qq p7zip-full
# sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch # sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch
# newest Android NDK # newest Android NDK
- wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin -O ndk.bin - wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin -O ndk.bin