diff options
author | Andres Gomez <[email protected]> | 2020-02-20 18:26:30 +0200 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2020-03-04 15:24:03 +0200 |
commit | 0ac731b1ff96de46998948aa06081efa5140d50e (patch) | |
tree | 79716045178fbe2e55e8d1f37aeb1a72e92e0758 /.gitlab-ci/prepare-artifacts.sh | |
parent | 5c65f8b377a6485e6c155dad98cb8af49d594418 (diff) |
gitlab-ci: Add jobs to be able to test Vulkan
Also, adds an example job for radv.
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Alexandros Frantzis <[email protected]>
Diffstat (limited to '.gitlab-ci/prepare-artifacts.sh')
-rwxr-xr-x | .gitlab-ci/prepare-artifacts.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index 1d259ada8c4..93910528d99 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -28,7 +28,8 @@ cp -Rp .gitlab-ci/deqp* artifacts/ cp -Rp .gitlab-ci/piglit artifacts/ cp -Rp .gitlab-ci/traces.yml artifacts/ cp -Rp .gitlab-ci/tracie artifacts/ -cp -Rp .gitlab-ci/tracie-runner.sh artifacts/ +cp -Rp .gitlab-ci/tracie-runner-gl.sh artifacts/ +cp -Rp .gitlab-ci/tracie-runner-vk.sh artifacts/ # Tar up the install dir so that symlinks and hardlinks aren't each # packed separately in the zip file. |