blob: e565dcab1c93d0cae945f5d5e0378781b3b2dba8 [file] [log] [blame]
Eric Anholtf08c8102019-11-04 10:54:41 -08001#!/bin/bash
2
3set -ex
4
Tomeu Vizosoe0518802020-06-15 15:39:40 +02005git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git --depth 1 -b mesa-ci-2020-06-15 /parallel-deqp-runner
Andres Gomezfc2338d2020-02-20 15:30:36 +02006pushd /parallel-deqp-runner
Tomeu Vizosod62dd8b2019-12-13 10:20:23 +01007meson build/ $EXTRA_MESON_ARGS
Eric Anholtc1e7e832020-02-11 15:44:56 -08008ninja -C build install
Andres Gomezfc2338d2020-02-20 15:30:36 +02009popd
10rm -rf /parallel-deqp-runner