8 lines
No EOL
249 B
YAML
8 lines
No EOL
249 B
YAML
language: android
|
|
jdk: oraclejdk7
|
|
|
|
before_script:
|
|
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
|
|
- emulator -avd test -no-skin -no-audio -no-window &
|
|
- android-wait-for-emulator
|
|
- adb shell input keyevent 82 & |