start Xvfb properly

pull/573/head
Lex Neva 2019-11-11 16:13:52 -05:00
rodzic c08d838ade
commit d34aa2e4a9
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -97,11 +97,12 @@ install:
elif [ "$BUILD" = "windows" ]; then
set -x
sudo apt-get install xvfb
export DISPLAY=:99.0
Xvfb :99.0 &
sudo add-apt-repository ppa:ubuntu-wine/ppa -y
sudo apt-get update -qq
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
sleep 3
sudo apt-get -q install -y wine
export WINEDEBUG=-all