mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-11 03:31:43 +00:00
travis: another attempt at creating Display
This commit is contained in:
parent
3fc9cf1145
commit
109fadbffb
1 changed files with 2 additions and 1 deletions
|
@ -34,9 +34,10 @@ before_script:
|
|||
|
||||
before_install:
|
||||
- echo y | sdkmanager "cmake;3.10.2.4988404"
|
||||
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
|
||||
# Emulator Management: Create, Start and Wait
|
||||
- echo no | android create avd --force -n test -t android-25 --abi google_apis/arm64-v8a
|
||||
- emulator -avd test -no-window &
|
||||
- emulator -avd test &
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue