mirror of
https://github.com/hmalik144/Android-Cucumber-BDD-Sample.git
synced 2025-12-09 23:45:19 +00:00
21 lines
435 B
YAML
21 lines
435 B
YAML
language: android
|
|
|
|
android:
|
|
components:
|
|
- tools
|
|
- platform-tools
|
|
- build-tools-25.0.2
|
|
- android-25
|
|
- extra-android-m2repository
|
|
|
|
jdk:
|
|
oraclejdk8
|
|
|
|
before_script:
|
|
- echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a
|
|
- emulator -avd test -no-audio -no-window &
|
|
- android-wait-for-emulator
|
|
- adb shell input keyevent 82 &
|
|
|
|
script:
|
|
- ./gradlew createDebugCoverageReport coveralls |