mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-04-20 19:45:17 +00:00
19 lines
455 B
YAML
19 lines
455 B
YAML
language: android
|
|
jdk: oraclejdk8
|
|
before_script:
|
|
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
|
|
- emulator -avd test -no-audio -no-window &
|
|
- android-wait-for-emulator
|
|
- adb shell input keyevent 82 &
|
|
android:
|
|
components:
|
|
- tools
|
|
- platform-tools
|
|
- build-tools-28.0.3
|
|
- android-28
|
|
- extra-android-support
|
|
- extra-android-m2repository
|
|
- extra-google-m2repository
|
|
|
|
licenses:
|
|
- '.+'
|