diff options
author | Jordan Justen <[email protected]> | 2019-02-16 17:39:45 -0800 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2019-02-22 14:08:21 -0800 |
commit | cf652205cff25dbb0d8c0f642f8a6d097e51a010 (patch) | |
tree | 373535a02a868c137196f5bd6698a86ab5ef60d9 /.gitlab-ci.yml | |
parent | fd360c82f0b7c4e5bf84f301280a2ba2e6955543 (diff) |
iris: Add gitlab-ci build testing
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af26510bc38..9ac1be258c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -265,7 +265,7 @@ build:meson-gallium-drivers-other: -D gallium-xa=false -D gallium-nine=false -D gallium-opencl=disabled - GALLIUM_DRIVERS: "i915,nouveau,kmsro,r300,r600,freedreno,svga,swrast,v3d,vc4,virgl,etnaviv" + GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,r300,r600,freedreno,svga,swrast,v3d,vc4,virgl,etnaviv" LLVM_VERSION: "5.0" build:meson-gallium-clover-llvm5: |