[CI] add Travis-CI file for auto build testing

This commit is contained in:
Martijn Kaijser 2016-02-06 18:58:58 +01:00
parent 3be65d6724
commit 8ab94c3ce2
2 changed files with 23 additions and 0 deletions

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
language: android
env:
matrix:
- ANDROID_TARGET=android-22
android:
components:
# needed build tools
- build-tools-22.0.1
# The SDK version used to compile your project
- android-22
# extra needed components
- extra-android-m2repository
before_script:
script:
- ./gradlew assembleRelease

View File

@ -1,3 +1,5 @@
Tarvis-CI status [![Build Status](https://travis-ci.org/xbmc/Kore.svg?branch=master)](https://travis-ci.org/xbmc/Kore/)
Kore - Kodi/XBMC remote for Android
-----------------------------------