mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-13 19:53:35 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
796b1ca7c8
26
.travis.yml
Normal file
26
.travis.yml
Normal file
@ -0,0 +1,26 @@
|
||||
language: android
|
||||
#### use android since there are android components####
|
||||
jdk:
|
||||
- openjdk11
|
||||
|
||||
android:
|
||||
components:
|
||||
- build-tools-29
|
||||
- android-29
|
||||
- extra
|
||||
|
||||
licenses:
|
||||
- 'android-sdk-license-.+'
|
||||
- 'google-gdk-license-.+'
|
||||
- 'android-sdk-preview-license-.+'
|
||||
|
||||
|
||||
install: true
|
||||
|
||||
sudo: required
|
||||
before_script:
|
||||
- chmod +x gradlew
|
||||
|
||||
script:
|
||||
- ./gradlew clean build -i --continue
|
||||
|
Loading…
Reference in New Issue
Block a user