summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4fdb953ab27ad02bd7f09efe4419a9fcf22b0fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: android

jdk:
- oraclejdk8

android:
  components:
    - build-tools-25.0.3
    - android-21

before_install:
- git clone --depth 1 https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
- export ANDROID_NDK_HOME=$HOME/android-ndk-root