Merge pull request #15 from j4y/master-TravisCI
add travis.yml config for continuous integration builds on TravisCI
This commit is contained in:
commit
21edc96345
2 changed files with 19 additions and 0 deletions
18
.travis.yml
Normal file
18
.travis.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
sudo: false
|
||||||
|
language: android
|
||||||
|
android:
|
||||||
|
components:
|
||||||
|
- tools
|
||||||
|
- build-tools-23.0.2
|
||||||
|
- android-23
|
||||||
|
- extra
|
||||||
|
- platform-tools
|
||||||
|
|
||||||
|
script:
|
||||||
|
- wget http://affdex-sdk-dist.s3-website-us-east-1.amazonaws.com/android/download_sdk.html
|
||||||
|
# copy the SDK's assets into app/src/main/assets/
|
||||||
|
- unzip download_sdk.html "src/main/assets/*" -d app
|
||||||
|
# copy the SDK's libs into app/libs/
|
||||||
|
- unzip download_sdk.html "libs/*" -d app
|
||||||
|
- ./gradlew clean build test
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
[![Build Status](https://travis-ci.org/Affectiva/affdexme-android.svg)](https://travis-ci.org/Affectiva/affdexme-android)
|
||||||
![Affectiva Logo](http://developer.affectiva.com/images/logo.png)
|
![Affectiva Logo](http://developer.affectiva.com/images/logo.png)
|
||||||
|
|
||||||
###Copyright (c) 2016 Affectiva Inc. <br> See the file [license.txt](license.txt) for copying permission.
|
###Copyright (c) 2016 Affectiva Inc. <br> See the file [license.txt](license.txt) for copying permission.
|
||||||
|
|
Loading…
Reference in a new issue