add to travis Xvfb, an X server to emulate display
This commit is contained in:
parent
80dedf5f0d
commit
8c479529d7
@ -66,6 +66,9 @@ install:
|
||||
- /tmp/tools/cmake --prefix="$HOME" --exclude-subdir
|
||||
|
||||
before_script :
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
- sleep 3 # give xvfb some time to start
|
||||
- mkdir bld
|
||||
- cd bld
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user