mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user