2014-09-22 20:37:07 +00:00
|
|
|
language: android
|
|
|
|
android:
|
|
|
|
components:
|
|
|
|
# The BuildTools version used by your project
|
2015-01-06 23:01:52 +00:00
|
|
|
- build-tools-21.1.2
|
2014-09-22 20:37:07 +00:00
|
|
|
|
|
|
|
# The SDK version used to compile your project
|
2014-10-22 21:15:24 +00:00
|
|
|
- android-21
|
2014-09-22 20:37:07 +00:00
|
|
|
|
|
|
|
# Additional components
|
|
|
|
- extra-google-m2repository
|
|
|
|
- extra-android-m2repository
|
|
|
|
|
|
|
|
# Specify at least one system image,
|
|
|
|
# if you need to run emulator(s) during your tests
|
2015-01-06 23:13:00 +00:00
|
|
|
- sys-img-x86-android-21
|
2015-03-10 14:22:20 +00:00
|
|
|
before_script:
|
|
|
|
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
|
|
|
|
- emulator -avd test -no-skin -no-audio -no-window &
|
|
|
|
- android-wait-for-emulator
|
|
|
|
- adb shell input keyevent 82 &
|