summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-04-12 15:52:00 +0100
committerEric Engestrom <eric@engestrom.ch>2019-04-12 15:43:19 +0000
commitda1a5a19bddea47a1cbb512a89c6193c8fd1b197 (patch)
tree1cb2911ec445be69f14db061f440675b7ffcce43 /.gitlab-ci.yml
parentf4ae188d50f41fcad637fa51d80159a95b442dd2 (diff)
gitlab-ci: add lima to the build
Suggested-by: Karol Herbst <karolherbst@gmail.com> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
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 f3834c9a3e8..5ca5703fc0c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -263,7 +263,7 @@ meson-gallium-drivers-other:
-D gallium-xa=false
-D gallium-nine=false
-D gallium-opencl=disabled
- GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,r300,r600,freedreno,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost"
+ GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,r300,r600,freedreno,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima"
LLVM_VERSION: "5.0"
meson-gallium-clover-llvm: