From a63d796ce02ae94a016e6ec027fdf0d4bff68805 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 26 Mar 2019 11:30:55 -0700 Subject: [PATCH] gitlab-ci: Build and test glamor using Xephyr. I keep wanting this when reviewing people's glamor patches. Signed-off-by: Eric Anholt --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d076412b..fdeb432c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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