Sha256: 9ad46f544109ac7d354e45cfd799462bfffc082d7d318f736d1d8022e35a3898
Contents?: true
Size: 560 Bytes
Versions: 9
Compression:
Stored size: 560 Bytes
Contents
dist: xenial language: ruby addons: apt: packages: - xpra - xserver-xorg-video-dummy - g++ - libxrandr-dev - libfox-1.6-dev - libfxscintilla-dev - swig install: - swig -version - ls -l /usr/lib/libfxscintilla* - bundle install before_script: - "xpra --xvfb=\"Xorg +extension GLX -config `pwd`/test/dummy.xorg.conf -logfile ${HOME}/.xpra/xorg.log\" start :9" script: bundle exec rake test DISPLAY=:9 after_failure: - "cat ~/.xpra/*" after_script: - "xpra stop :9" rvm: - "ruby-head" - "2.6.0" - "2.2"
Version data entries
9 entries across 9 versions & 1 rubygems