gitlab-ci: build vulkan drivers in clang build

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
Eric Engestrom 2019-05-01 12:09:26 +01:00 committed by Eric Engestrom
parent f753ac355e
commit 47f419d0b3
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ meson-clang:
UNWIND: "true"
DRI_DRIVERS: "auto"
GALLIUM_DRIVERS: "auto"
VULKAN_DRIVERS: intel,amd,freedreno
CC: "ccache clang-8"
CXX: "ccache clang++-8"
before_script: