lightning-i2p/.travis.yml

26 lines
486 B
YAML
Raw Normal View History

language: android
sudo: false
2016-09-14 03:17:33 +00:00
jdk:
- oraclejdk8
android:
components:
- tools
2016-09-14 03:11:39 +00:00
- build-tools-24.0.1
2016-04-23 13:54:09 +00:00
- build-tools-23.0.3
- build-tools-22.0.1
2016-09-14 03:11:39 +00:00
- android-24
- android-23
- android-22
- extra-android-support
2015-05-02 17:25:27 +00:00
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
- '.*intel.+'
before_install:
2015-05-02 17:00:17 +00:00
- chmod +x gradlew
- git submodule update --init --recursive
install:
2015-05-02 16:51:14 +00:00
- ./gradlew
script:
- ./gradlew assembleDebug --stacktrace