ci/skqp: Build list_gpu_unit_tests and list_gms

These binaries are used to generate a list of tests that can be run in a
target device and are useful for testing new devices

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17835>
This commit is contained in:
Guilherme Gallo
2022-07-19 23:48:34 -03:00
committed by Marge Bot
parent 23732b4732
commit f0f5601a9b

View File

@@ -57,7 +57,7 @@ SKIA_DIR=${SKIA_DIR:-$(mktemp -d)}
SKQP_OUT_DIR=${SKIA_DIR}/out/${SKQP_ARCH}
SKQP_INSTALL_DIR=${SKQP_INSTALL_DIR:-/skqp}
SKQP_ASSETS_DIR="${SKQP_INSTALL_DIR}/assets"
SKQP_BINARIES=(skqp)
SKQP_BINARIES=(skqp list_gpu_unit_tests list_gms)
download_skia_source