summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2021-03-26 08:08:07 -0700
committerMarge Bot <eric+marge@anholt.net>2021-03-29 20:02:09 +0000
commitda45f3f35c6e55fed8483a0d489e92d731660aed (patch)
tree2056a3d1270a4b981d2ccca6b7b5fdbcd0b83059 /.gitlab-ci.yml
parentd67b343aa024e9b568349d70170da0078c01b120 (diff)
ci: Enable iris testing in meson-release
This should catch any build breaks in release mode. iris was already build tested in debug builds, but not release mode. Suggested by Michel Dänzer. Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9862>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1d08840910..77dbd22e94f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -746,7 +746,7 @@ meson-release:
-D gallium-nine=false
-D gallium-opencl=disabled
-D llvm=false
- GALLIUM_DRIVERS: "nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12"
+ GALLIUM_DRIVERS: "iris,nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12"
BUILDTYPE: "release"
EXTRA_OPTION: >
-D osmesa=true