From f0f5601a9b7fd6c93dddbe07eabbcb20f31a3def Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Tue, 19 Jul 2022 23:48:34 -0300 Subject: [PATCH] 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 Part-of: --- .gitlab-ci/container/build-skqp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/build-skqp.sh b/.gitlab-ci/container/build-skqp.sh index 0ee982388f1..c91dfda33bb 100755 --- a/.gitlab-ci/container/build-skqp.sh +++ b/.gitlab-ci/container/build-skqp.sh @@ -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