Project: Add Travis CI build

This commit is contained in:
zt515 2017-07-28 11:32:36 +08:00
parent 37a8f4308e
commit 35999ceef0
2 changed files with 23 additions and 0 deletions

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
sudo: false
language: android
jdk: oraclejdk8
android:
components:
- platform-tools
- tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
before_install:
- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk
- export ANDROID_NDK_HOME=$HOME/android-ndk
script:
- ./gradlew assembleDebug

View File

@ -1,4 +1,8 @@
NeoTerm
=======
[![Travis build status](https://travis-ci.org/NeoTerm/NeoTerm.svg?branch=master)](https://travis-ci.org/NeoTerm/NeoTerm)
A modern-designed android terminal emulator for the 21st century.