-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
48 lines (38 loc) · 910 Bytes
/
.travis.yml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
language: android
android:
components:
- build-tools-27.0.3
- build-tools-28.0.2
- build-tools-28.0.3
- android-27
- android-28
- extra
- tools
- platform-tools
# licenses:
# - 'android-sdk-license-.+'
jdk:
- oraclejdk8
sudo: true
before_install:
- chmod a+x gradlew
script:
- "./gradlew build"
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache
deploy:
- provider: releases
skip_cleanup: true
file_glob: true
file: "main/build/libs/*"
api_key: $GitHubToken
on:
tags: true
notifications:
webhooks: https://oapi.dingtalk.com/robot/send?access_token=0b88acd27818f66fb787144ebc43749f7806dc1a89901c26b9ef7d6107d50133