CI: Add an emulator for testing purpose (even if there's no test right
now)
This commit is contained in:
parent
f4d08339ce
commit
59b70bf56b
|
@ -16,3 +16,7 @@ before_script:
|
|||
- touch empty.file
|
||||
- gradle wrapper --gradle-version 4.1 -b empty.file
|
||||
- rm empty.file
|
||||
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
|
||||
- emulator -avd test -no-audio -no-window &
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
|
Loading…
Reference in New Issue