2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2025-01-08 09:25:13 +01:00

Update travis.yml

This commit is contained in:
a1batross 2015-08-11 20:34:25 +06:00
parent e840082cb1
commit 6285b271b8

View File

@ -1,9 +1,16 @@
launguage: android
android:
components:
- platform-tools
- build-tools-21.1.1
- android-12
- extra-android-support
- extra
jdk: oraclejdk7
notifications:
email: false
before_install:
- date
@ -11,7 +18,6 @@ before_install:
- chmod +x android-ndk-r10e-linux-x86_64.bin && ./android-ndk-r10e-linux-x86_64.bin > /dev/null
- mv android-ndk-r10e android-ndk
- export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH
- echo $PATH
- git clone https://github.com/SDLash3D/xash3d jni/src/Xash3D/xash3d
- git clone https://github.com/SDLash3D/halflife jni/src/HLSDK/halflife
- git clone https://github.com/SDLash3D/MobileTouchControls jni/src/MobileTouchControls/MobileTouchControls