Files
open-keychain/.travis.yml

42 lines
1.2 KiB
YAML
Raw Normal View History

2015-06-13 22:30:57 +02:00
language: android
2014-07-09 17:41:13 +02:00
jdk: openjdk7
# env:
# global:
# - ANDROID_API_LEVEL=21
# - ANDROID_ABI=armeabi-v7a
# - ADB_INSTALL_TIMEOUT=8 # minutes (2 minutes by default)
# force non-container build
sudo: required
# OpenJDK 6 and OpenJDK 7 processes will encounter buffer overflows when the host name is too long.
# https://docs.travis-ci.com/user/hostname
addons:
hostname: short-hostname
2015-06-13 22:30:57 +02:00
android:
components:
2016-04-29 21:17:08 +02:00
- tools
2016-04-29 17:06:00 +02:00
- build-tools-23.0.2
2015-11-02 18:12:05 +01:00
- build-tools-23.0.1
- android-23
2015-06-13 22:30:57 +02:00
- android-22
- android-21
- android-19
- platform-tools
- extra-android-support
- extra-android-m2repository
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
# doesn't work, travis is just too slow
# before_script:
# - echo no | android create avd --force -n test -t android-$ANDROID_API_LEVEL --abi $ANDROID_ABI
# - emulator -avd test -no-skin -no-audio -no-window &
# - ./tools/android-wait-for-emulator
# - adb shell input keyevent 82 &
2015-06-17 04:27:56 +02:00
script:
# - ./gradlew connectedAndroidTest
2015-11-16 00:12:29 +01:00
- ./gradlew --stacktrace testDebug jacocoTestReport coveralls