blob: 9ef4b745b02aca3448f552e2ec097472279063e3 [file] [log] [blame]
Nicholas Chumd0163d22016-07-14 04:25:39 -04001language: android
2android:
3 components:
4 - tools
5 - platform-tools
6 - build-tools-23.0.3
7 - android-23
8 - extra-android-support
9 - extra-android-m2repository
10 - extra-google-m2repository
11
Nicholas Chumf0a3f252016-07-14 04:45:41 -040012env:
13 global:
14 # install timeout in minutes (2 minutes by default)
15 - ADB_INSTALL_TIMEOUT=8
Nicholas Chumd0163d22016-07-14 04:25:39 -040016
Nicholas Chumf0a3f252016-07-14 04:45:41 -040017# Emulator Management: Create, Start and Wait
18before_script:
Nicholas Chum73810d22016-07-14 17:28:15 -040019 - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
Nicholas Chumf0a3f252016-07-14 04:45:41 -040020 - emulator -avd test -no-skin -no-audio -no-window &
21 - android-wait-for-emulator
22 - adb shell input keyevent 82 &
23
24script:
25 - android list target
26 - ./gradlew connectedAndroidTest