gitlab-ci: Remove limit on kernel logging
[mesa.git] / .gitlab-ci / build-cts-runner.sh
1 #!/bin/bash
2
3 set -ex
4
5 git clone https://github.com/anholt/cts_runner.git --depth 1 -b anholt-mesa-ci-2
6 cd cts_runner
7 meson build/
8 ninja -C build -j4 install
9 cd ..
10 rm -rf cts_runner