diff options
author | Samuel Pitoiset <[email protected]> | 2019-11-18 09:24:27 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2019-12-06 10:57:50 +0100 |
commit | 4bbb1d3b06ef4125c549e8d9da6900d9da679954 (patch) | |
tree | fe778644b72056e13e5d877204999c1364978fde /.gitlab-ci/container/x86_test-vk.sh | |
parent | f2a594f384aee8217c5a5fd7f5378c0cc72cc9ed (diff) |
gitlab-ci: build cts_runner in the x86 test image for VK
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to '.gitlab-ci/container/x86_test-vk.sh')
-rw-r--r-- | .gitlab-ci/container/x86_test-vk.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci/container/x86_test-vk.sh b/.gitlab-ci/container/x86_test-vk.sh index 533d804d07e..8f97c3741c6 100644 --- a/.gitlab-ci/container/x86_test-vk.sh +++ b/.gitlab-ci/container/x86_test-vk.sh @@ -47,7 +47,11 @@ apt-get install -y --no-remove \ xvfb -# TODO: build dEQP runner and dEQP VK. +############### Build dEQP runner + +. .gitlab-ci/build-cts-runner.sh + +# TODO: build dEQP VK. ############### Uninstall the build software |