From ce5242fa2eef25c9921311480401bda6cd8952be Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 26 Mar 2019 13:38:22 -0700 Subject: [PATCH] gitlab-ci: Build and install a current version of rendercheck. For really testing glamor, we want it installed. Use master instead of whatever version is in repos, because we'll want to update when new tests are added. Signed-off-by: Eric Anholt --- .gitlab-ci/debian-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 28a2afad4..a17bccff2 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -23,6 +23,12 @@ cd xts xvfb-run make -j$(nproc) cd .. +git clone https://gitlab.freedesktop.org/xorg/test/rendercheck --depth 1 +cd rendercheck +meson build +ninja -C build install +cd .. + rm -rf piglit/.git xts/.git echo '[xts]' > piglit/piglit.conf