mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
11 lines
315 B
YAML
11 lines
315 B
YAML
language: android
|
|
|
|
before_install:
|
|
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
|
- emulator -avd test -no-skin -no-audio -no-window &
|
|
|
|
before_script:
|
|
- bash ./wait_for_emulator
|
|
- adb shell input keyevent 82 &
|
|
|
|
script: "bash gradlew connectedAndroidTestTestConfigDebug" |