forked from frostwire/frostwire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
28 lines (26 loc) · 675 Bytes
/
.travis.yml
File metadata and controls
28 lines (26 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
matrix:
include:
- language: android
dist: xenial
android:
components:
- build-tools 29.0.3
- android-29
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
script:
- yes | $ANDROID_HOME/tools/bin/sdkmanager "build-tools;29.0.2"
- cd android
- pwd
- ./gradlew assembleDebug
- language: java
jdk:
- openjdk11
script:
- cd desktop
- gradle build