2014-07-19 19:54:48 +00:00
|
|
|
language: android
|
|
|
|
android:
|
|
|
|
components:
|
2015-05-02 17:05:32 +00:00
|
|
|
- build-tools-22.0.1
|
|
|
|
- android-22
|
2014-07-19 19:54:48 +00:00
|
|
|
- extra-android-support
|
2015-05-02 17:25:27 +00:00
|
|
|
- extra-android-m2repository
|
2014-07-19 19:54:48 +00:00
|
|
|
licenses:
|
2014-07-19 20:07:22 +00:00
|
|
|
- 'android-sdk-license-.+'
|
2014-07-19 19:54:48 +00:00
|
|
|
- '.*intel.+'
|
|
|
|
before_install:
|
2015-05-02 17:00:17 +00:00
|
|
|
- chmod +x gradlew
|
2014-07-19 19:54:48 +00:00
|
|
|
- git submodule update --init --recursive
|
|
|
|
install:
|
2015-05-02 16:51:14 +00:00
|
|
|
- ./gradlew
|
2014-07-19 19:54:48 +00:00
|
|
|
script:
|