forked from k3b/APhotoManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (28 loc) · 679 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
# travis build for APhotoManager
language: android
jdk:
- oraclejdk8
addons:
apt:
packages:
# graphviz to render javadoc uml
# https://docs.travis-ci.com/user/multi-os/
- graphviz
android:
components:
# https://github.com/travis-ci/travis-ci/issues/5036
- tools
# values in gradle.properties and .travis must be the same
- build-tools-24.0.2
- android-23
- add-on
- extra
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
script:
- jdk_switcher use oraclejdk8
- ./gradlew assemble test