summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2019-03-26 13:38:22 -0700
committerEric Anholt <eric@anholt.net>2019-03-28 13:55:22 -0700
commitce5242fa2eef25c9921311480401bda6cd8952be (patch)
tree7c639d221371de0891f513b5e9e78f581dbb4427 /.gitlab-ci
parent2a2f0ac3a99f32e6e5cc23003360534400d8f445 (diff)
downloadxserver-ce5242fa2eef25c9921311480401bda6cd8952be.tar.gz
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 <eric@anholt.net>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/debian-install.sh6
1 files changed, 6 insertions, 0 deletions
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