2019-07-26 09:39:17 +02:00
|
|
|
os: linux
|
|
|
|
dist: trusty
|
|
|
|
|
2015-08-15 23:01:11 +02:00
|
|
|
language: android
|
2016-04-08 22:28:06 +02:00
|
|
|
|
2016-02-08 22:32:16 +01:00
|
|
|
jdk:
|
|
|
|
- oraclejdk8
|
2016-08-26 23:27:53 +02:00
|
|
|
# disabled -- we now set sourceCompatibility and targetCompatibility appropriately
|
|
|
|
# - oraclejdk7
|
2016-04-08 22:28:06 +02:00
|
|
|
|
|
|
|
env:
|
|
|
|
- GRADLE_OPTS="-XX:MaxPermSize=256m"
|
|
|
|
|
2015-08-15 23:01:11 +02:00
|
|
|
android:
|
|
|
|
components:
|
|
|
|
# Uncomment the lines below if you want to
|
|
|
|
# use the latest revision of Android SDK Tools
|
2017-11-12 01:18:42 +01:00
|
|
|
- platform-tools
|
2015-11-09 09:13:08 +01:00
|
|
|
- tools
|
2015-08-15 23:01:11 +02:00
|
|
|
|
|
|
|
# The BuildTools version used by your project
|
2020-08-02 23:30:22 +02:00
|
|
|
- build-tools-29.0.3
|
2015-08-15 23:01:11 +02:00
|
|
|
|
|
|
|
# The SDK version used to compile your project
|
2020-08-02 23:30:22 +02:00
|
|
|
- android-29
|
2015-08-15 23:01:11 +02:00
|
|
|
|
|
|
|
# Additional components
|
|
|
|
- extra-android-m2repository
|
|
|
|
- addon-google_apis-google-19
|
|
|
|
|
|
|
|
# Specify at least one system image,
|
|
|
|
# if you need to run emulator(s) during your tests
|
|
|
|
#- sys-img-armeabi-v7a-android-19
|
|
|
|
#- sys-img-x86-android-17
|
2016-08-30 00:06:07 +02:00
|
|
|
|
2018-02-24 15:09:08 +01:00
|
|
|
before_install:
|
2019-01-28 00:00:21 +01:00
|
|
|
- yes | sdkmanager "platforms;android-28"
|
2018-02-24 15:09:08 +01:00
|
|
|
|
2018-05-06 16:36:39 +02:00
|
|
|
script:
|
|
|
|
- ./gradlew build connectedCheck --stacktrace
|
|
|
|
- bash config/travis/validate_fastlane_metadata.sh
|