gitlab-ci: Build and test glamor using Xephyr.

I keep wanting this when reviewing people's glamor patches.

Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Anholt 2019-03-26 11:30:55 -07:00
parent ce5242fa2e
commit a63d796ce0
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ meson-build-and-test:
PIGLIT_DIR: /root/piglit
XTEST_DIR: /root/xts
script:
- meson -Dprefix=/usr build/
- meson -Dprefix=/usr -Dxephyr=true build/
- |
ninja -C build/ install
ninja -C build/ test