CI: Add an emulator for testing purpose (even if there's no test right

now)
This commit is contained in:
Schoumi 2018-03-13 17:00:26 +01:00
parent f4d08339ce
commit 59b70bf56b
1 changed files with 4 additions and 0 deletions

View File

@ -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 &