UniPatcher/.travis.yml
2016-09-27 22:57:36 +03:00

18 lines
365 B
YAML

language: android
jdk: oraclejdk8
sudo: true
android:
components:
- tools
- platform-tools
- build-tools-24.0.2
- android-24
- extra-android-m2repository
- extra-google-m2repository
before_install:
- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
- export ANDROID_NDK_HOME=$HOME/android-ndk-root
script: