forked from intrications/intent-intercept
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.travis.yml
More file actions
29 lines (24 loc) · 672 Bytes
/
.travis.yml
File metadata and controls
29 lines (24 loc) · 672 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
28
29
language: android
jdk:
- oraclejdk17
android:
components:
- tools # to get the new `repository-11.xml`
- tools # to install Android SDK tools 25.1.x (x = 6 right now)
- android-34
- add-on
- extra
sudo: false
before_install:
# http://stackoverflow.com/questions/33820638/travis-yml-gradlew-permission-denied
# must execute
# git update-index --chmod=+x gradlew
# instead of
# - chmod +x gradlew
- yes | sdkmanager "platforms;android-23"
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "platforms;android-29"
- yes | sdkmanager "platforms;android-34"
script:
- jdk_switcher use oraclejdk17
- ./gradlew assemble test