Merge pull request #619 from reicast/feat/travis-sdk-21
Feat/travis sdk 21
This commit is contained in:
commit
8b4c0d92db
16
.travis.yml
16
.travis.yml
|
@ -1,7 +1,12 @@
|
|||
notifications:
|
||||
irc: chat.freenode.net#reicast
|
||||
language: cpp
|
||||
compiler: gcc
|
||||
language: android
|
||||
android:
|
||||
components:
|
||||
- platform-tools
|
||||
- tools
|
||||
- build-tools-22.0.0
|
||||
- android-21
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_c726d225a9d9_key -iv $encrypted_c726d225a9d9_iv
|
||||
-in debug.keystore.enc -out debug.keystore -d
|
||||
|
@ -15,13 +20,8 @@ before_install:
|
|||
install:
|
||||
- download_extract http://dl.google.com/android/ndk/android-ndk-r9c-linux-x86_64.tar.bz2
|
||||
android-ndk-r9c-linux-x86_64.tar.bz2
|
||||
- download_extract_zip http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20131030.zip
|
||||
adt-bundle-linux-x86_64-20131030.zip
|
||||
- mv android-ndk-r9c android-ndk
|
||||
- mv adt-bundle-linux-x86_64-20131030/sdk/ android-sdk
|
||||
- rm android-ndk-r9c-linux-x86_64.tar.bz2
|
||||
- rm adt-bundle-linux-x86_64-20131030.zip
|
||||
- export ANDROID_HOME=$(pwd)/android-sdk
|
||||
- export NDK=$(pwd)/android-ndk
|
||||
- export ANDROID_NDK=$(pwd)/android-ndk
|
||||
- export PATH=${PATH}:$ANDROID_HOME/tools
|
||||
|
@ -32,7 +32,7 @@ install:
|
|||
before_script:
|
||||
script:
|
||||
- cd shell/android
|
||||
- android update project -p . --target "android-19"
|
||||
- android update project -p . --target "android-21"
|
||||
- export NUMBER_OF_PROCESSORS=2
|
||||
- ant debug
|
||||
before_deploy:
|
||||
|
|
Loading…
Reference in New Issue