mirror of https://github.com/iSoron/uhabits.git
parent
9156bba267
commit
4b7e2e79a7
@ -1,20 +1,20 @@
|
||||
language: android
|
||||
jdk: openjdk7
|
||||
env:
|
||||
global:
|
||||
- ADB_INSTALL_TIMEOUT=8
|
||||
|
||||
android:
|
||||
components:
|
||||
- build-tools-23.0.1
|
||||
- android-23
|
||||
- extra
|
||||
- addon
|
||||
- sys-img-armeabi-v7a-android-19
|
||||
- sys-img-armeabi-v7a-android-21
|
||||
|
||||
before_script:
|
||||
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a -s "480x800"
|
||||
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a -s "480x800"
|
||||
- emulator -avd test -no-skin -no-audio -no-window &
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
||||
script:
|
||||
- ./gradlew connectedAndroidTest
|
||||
- cat app/build/reports/androidTests/connected/*html | awk '/<pre>/ { on=1 } /<\/pre>/ { on = 0 } { if(on) print }'
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 318d69cf6b2adc287cf8944bb847dd7139c60376
|
||||
Subproject commit 54ca667d4cfb0e38d0c9df816360059ac0675afe
|
Loading…
Reference in new issue