travis: another attempt at creating Display

This commit is contained in:
rafal1137 2020-06-18 14:01:32 +02:00
parent 3fc9cf1145
commit 109fadbffb

View file

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