1bf215546Sopenharmony_ci#!/bin/bash 2bf215546Sopenharmony_ci 3bf215546Sopenharmony_ciset -ex 4bf215546Sopenharmony_ci 5bf215546Sopenharmony_ciPARALLEL_DEQP_RUNNER_VERSION=fe557794b5dadd8dbf0eae403296625e03bda18a 6bf215546Sopenharmony_ci 7bf215546Sopenharmony_cigit clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner --single-branch -b master --no-checkout /parallel-deqp-runner 8bf215546Sopenharmony_cipushd /parallel-deqp-runner 9bf215546Sopenharmony_cigit checkout "$PARALLEL_DEQP_RUNNER_VERSION" 10bf215546Sopenharmony_cimeson . _build 11bf215546Sopenharmony_cininja -C _build hang-detection 12bf215546Sopenharmony_cimkdir -p build/bin 13bf215546Sopenharmony_ciinstall _build/hang-detection build/bin 14bf215546Sopenharmony_cistrip build/bin/* 15bf215546Sopenharmony_cifind . -not -path './build' -not -path './build/*' -delete 16bf215546Sopenharmony_cipopd 17