diff options
author | Samuel Pitoiset <[email protected]> | 2019-12-06 17:07:35 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2019-12-11 15:44:40 +0000 |
commit | ff2e11b21057a621d08c9da102b7c2e832ada39b (patch) | |
tree | 355a6e794149c8f85597b62c9ad1c27df696fbe9 /.gitlab-ci.yml | |
parent | b2dac806f8bc01a54aa48264d047d549c893af76 (diff) |
gitlab-ci: set RADV_DEBUG=checkir for RADV test jobs
This is used to validate if the driver emits correct LLVM IR.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d860a414908..6d6d48ceefb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -636,6 +636,7 @@ arm64_a306_gles2: .test-radv: variables: VK_DRIVER: radeon + RADV_DEBUG: checkir # Can only be triggered manually on personal branches because RADV is the only # driver that does Vulkan testing at the moment. rules: |