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

jdk:
- oraclejdk8

android:
  components:
    - build-tools-21.1.2
    - android-15

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