Skip to content

Commit

Permalink
install additional packages for Qt 5.15 using apt
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed May 31, 2020
1 parent f2f3688 commit 1c48962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ before_install:
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo apt update
sudo apt install xvfb herbstluftwm libdbus-1-3 libxkbcommon-x11-0 -y
sudo apt install libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 -y
export DISPLAY=:99.0
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX +render -noreset
sleep 3
Expand Down

0 comments on commit 1c48962

Please sign in to comment.