mirror of
https://github.com/stom79/exodus-android-app
synced 2025-02-19 21:20:39 +01:00
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
|
- touch empty.file
|
||||||
- gradle wrapper --gradle-version 4.1 -b empty.file
|
- gradle wrapper --gradle-version 4.1 -b empty.file
|
||||||
- rm 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…
x
Reference in New Issue
Block a user