mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
#1175 remove no audio flag from emulator creation
This commit is contained in:
parent
feab9a76b3
commit
c8f4e8815e
@ -40,9 +40,10 @@ licenses:
|
||||
script:
|
||||
- ./gradlew assembleKiwixDebug jacocoTestKiwixDebugUnitTestReport
|
||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
||||
- emulator -avd test -no-skin -no-audio -no-window &
|
||||
- emulator -avd test -no-skin -no-window &
|
||||
- android-wait-for-emulator
|
||||
- adb shell setprop dalvik.vm.dexopt-flags v=n,o=v
|
||||
- adb shell input keyevent 82 & # unlock screen by pressing menu button
|
||||
- ./gradlew createKiwixDebugCoverageReport
|
||||
- if [ "$TRAVIS_BRANCH" == "release" ];
|
||||
then ./gradlew publishKiwixRelease; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user