lightning-i2p/.travis.yml

22 lines
402 B
YAML
Raw Normal View History

language: android
sudo: false
2016-09-13 23:17:33 -04:00
jdk:
- oraclejdk8
android:
components:
- tools
2017-06-03 18:50:36 -04:00
- build-tools-25.0.3
2017-03-19 08:14:30 -04:00
- android-25
- extra-android-support
2015-05-02 13:25:27 -04:00
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
- '.*intel.+'
before_install:
2015-05-02 13:00:17 -04:00
- chmod +x gradlew
- git submodule update --init --recursive
install:
2015-05-02 12:51:14 -04:00
- ./gradlew
script:
- ./gradlew assembleDebug --stacktrace