mirai/.travis.yml

27 lines
390 B
YAML
Raw Normal View History

2019-12-15 14:59:21 +08:00
language: android
#### use android since there are android components####
2019-12-15 14:50:46 +08:00
jdk:
- openjdk11
2019-12-15 14:58:10 +08:00
android:
components:
2019-12-15 15:04:14 +08:00
- build-tools-29
- android-29
2019-12-15 14:58:10 +08:00
- extra
2019-12-15 14:59:21 +08:00
licenses:
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
- 'android-sdk-preview-license-.+'
2019-12-15 14:58:10 +08:00
2019-12-15 14:50:46 +08:00
install: true
2019-12-15 14:41:51 +08:00
2019-12-15 14:46:45 +08:00
sudo: required
2019-12-15 14:45:08 +08:00
before_script:
- chmod +x gradlew
2019-12-15 14:50:46 +08:00
script:
- ./gradlew clean build -i --continue