mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
#1175 try another variant
This commit is contained in:
parent
5ad196e7f8
commit
0e0fbac15b
@ -36,15 +36,15 @@ android:
|
|||||||
- android-27
|
- android-27
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
- $ANDROID_TARGET
|
- $ANDROID_TARGET
|
||||||
- sys-img-${ANDROID_ABI}-google_apis-24
|
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
|
||||||
|
|
||||||
licenses:
|
licenses:
|
||||||
- ".+"
|
- ".+"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# - ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport
|
# - ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport
|
||||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi google_apis/$ANDROID_ABI
|
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 100M
|
||||||
- emulator -avd test -no-skin -no-window &
|
- emulator -avd test -no-audio -no-window &
|
||||||
- android-wait-for-emulator
|
- android-wait-for-emulator
|
||||||
- adb shell setprop dalvik.vm.dexopt-flags v=n,o=v
|
- adb shell setprop dalvik.vm.dexopt-flags v=n,o=v
|
||||||
- adb shell input keyevent 82 & # unlock screen by pressing menu button
|
- adb shell input keyevent 82 & # unlock screen by pressing menu button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user