Files
third_party_mesa3d/.gitlab-ci/build-cts-runner.sh
Eric Anholt 59b489f44b ci: Use a tag from the parallel-deqp-runner repo.
If the repo continues development, we don't want to accidentally pick
up potentially breaking changes on our next container rebuild.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-11-22 15:37:04 -08:00

11 lines
223 B
Bash

#!/bin/bash
set -ex
git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git --depth 1 -b mesa-ci-2019-11-22
cd parallel-deqp-runner
meson build/
ninja -C build -j4 install
cd ..
rm -rf parallel-deqp-runner