2014-07-19 19:54:48 +00:00
|
|
|
language: android
|
|
|
|
android:
|
|
|
|
components:
|
2015-01-31 12:47:19 +00:00
|
|
|
- build-tools-21.1.1
|
2015-02-01 04:36:10 +00:00
|
|
|
- android-21
|
2014-07-19 19:54:48 +00:00
|
|
|
- extra-android-support
|
|
|
|
licenses:
|
2014-07-19 20:07:22 +00:00
|
|
|
- 'android-sdk-license-.+'
|
2014-07-19 19:54:48 +00:00
|
|
|
- '.*intel.+'
|
|
|
|
before_install:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
install:
|
|
|
|
- ./setup-ant.sh
|
|
|
|
script:
|
2014-07-31 14:28:39 +00:00
|
|
|
- ant debug && lint -w --exitcode --disable MissingTranslation .
|