cut out preomptimisation of starting emulator before script

This commit is contained in:
Sean Mac Gillicuddy 2019-07-03 14:14:12 +01:00
parent c0e930eb95
commit 6c5bca88c3

View File

@ -47,12 +47,10 @@ android:
licenses:
- ".+"
before_script:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 100M
- emulator -avd test -no-audio -no-window &
script:
- ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 100M
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
- adb -e logcat *:D > logcat.log &