Skip to content

Commit

Permalink
Fix CI failures on Linux, Windows (#287)
Browse files Browse the repository at this point in the history
* Set debug e-var to track down CI failures on Linux

* Add missing package

* Add another missing package

* Fix package name

* One more missing package.

* Add libxcb-randr0

* Add libxcb-render-util0

* Add libxcb-xinerama0

* Force Visual Studio 2019, to avoid PyQt5-and-bluetooth-related hang
  • Loading branch information
mdickinson committed Jun 1, 2020
1 parent 45b43da commit a412061
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ addons:
apt:
packages:
- libxkbcommon-x11-0
- libxcb-icccm4
- libxcb-image0
- libxcb-keysyms1
- libxcb-randr0
- libxcb-render-util0
- libxcb-xinerama0

env:
global:
- INSTALL_EDM_VERSION="2.0.0"
PYTHONUNBUFFERED="1"
QT_DEBUG_PLUGINS="1"

matrix:
include:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build: false
image: Visual Studio 2019

environment:
global:
Expand Down

0 comments on commit a412061

Please sign in to comment.