Update .travis.yml
This commit is contained in:
parent
ef278d80a2
commit
4322764fe2
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ android:
|
||||||
components:
|
components:
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- build-tools-21.1.1
|
- build-tools-21.1.1
|
||||||
- android-15
|
- android-13
|
||||||
- extra-android-support
|
- extra-android-support
|
||||||
|
|
||||||
jdk: oraclejdk7
|
jdk: oraclejdk7
|
||||||
|
@ -18,7 +18,6 @@ before_install:
|
||||||
- export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH
|
- export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- sed -i -- s/android-8/android-15/g project.properties
|
|
||||||
script:
|
script:
|
||||||
- sh gen-version.sh travis build
|
- sh gen-version.sh travis build
|
||||||
- ndk-build NDK_TOOLCHAIN_VERSION=4.8 XASH_SDL=1 SUPPORT_WEBP=false -j2 APP_CFLAGS="-w" APP_ABI="armeabi-v7a-hard"
|
- ndk-build NDK_TOOLCHAIN_VERSION=4.8 XASH_SDL=1 SUPPORT_WEBP=false -j2 APP_CFLAGS="-w" APP_ABI="armeabi-v7a-hard"
|
||||||
|
|
Loading…
Add table
Reference in a new issue