exodus-privacy-android-app/.travis.yml

25 lines
681 B
YAML
Raw Normal View History

2018-03-08 15:39:06 +01:00
language: android
java: oraclejdk8
2018-03-08 15:39:06 +01:00
android:
componentes:
- tools
- platform-tools
- tools
- build-tools-27.0.3
- android-27
- extra-m2-repository
2018-03-13 17:08:03 +01:00
- sys-img-armeabi-v7a-android-27
before_script:
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
- touch empty.file
- gradle wrapper --gradle-version 4.1 -b empty.file
- rm empty.file
2018-03-13 17:13:55 +01:00
- android list target
- echo no | android create avd --force -n test -t android-25 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &