Skip to content

Commit

Permalink
Add X support
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero committed Jul 30, 2020
1 parent 3a540cf commit 1734811
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ci/after_make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh -l

set -x
set -e

# Install (needed for some tests)
make install

Xvfb :1 -screen 0 1280x1024x24 &
export DISPLAY=:1.0
export RENDER_ENGINE_VALUES=ogre2
export MESA_GL_VERSION_OVERRIDE=3.3

0 comments on commit 1734811

Please sign in to comment.