Framebuffer

This commit is contained in:
Sarah Jamie Lewis 2023-01-31 12:24:46 -08:00
parent 6591893b47
commit 87f56f5f4d
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ steps:
path: /root/.pub-cache
commands:
# - flutter config --enable-linux-desktop
- sudo apt-get install --fix-missing -y xvfb
- export DISPLAY=:99
- sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
- ./run-tests.sh 01_general
- name: test-build-android