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>
This commit is contained in:
Eric Anholt 2019-03-26 13:38:22 -07:00
parent 2a2f0ac3a9
commit ce5242fa2e
1 changed files with 6 additions and 0 deletions

View File

@ -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