Android-Password-Store/.travis.yml

33 lines
682 B
YAML
Raw Normal View History

2014-09-22 20:37:07 +00:00
language: android
2016-10-16 19:48:45 +00:00
jdk: oraclejdk8
2015-03-18 22:52:07 +00:00
android:
components:
- platform-tools
2015-12-31 09:27:23 +00:00
- tools
2016-10-17 09:50:03 +00:00
- build-tools-23.0.3
2016-10-16 19:48:45 +00:00
- build-tools-24.0.2
- build-tools-25.0.2
2017-07-25 16:36:28 +00:00
- build-tools-25.0.3
2016-10-17 09:50:03 +00:00
- android-23
2016-10-16 16:40:12 +00:00
- android-24
- android-25
2015-03-18 22:52:07 +00:00
- extra-google-m2repository
- extra-android-m2repository
2014-09-22 20:37:07 +00:00
2016-10-16 20:17:26 +00:00
licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
cache:
directories:
- $HOME/.gradle
2015-03-18 22:52:07 +00:00
# ok no tests for now
# - sys-img-x86-android-22
2014-09-22 20:37:07 +00:00
2015-03-18 22:52:07 +00:00
before_script:
- GRADLE_OPTS="-Xms40m -Xmx3g -XX:MaxPermSize=3g"
2015-03-18 20:13:53 +00:00
2015-03-18 22:52:07 +00:00
script: "./gradlew clean build test -Dpre-dex=false"