summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-03-09 22:53:27 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-03-09 23:25:12 +0000
commitdb944999a1bad94471966862cc38212019165937 (patch)
treec6f1388f04b53c8bee20ade3eeeb399475d1bcf2 /.gitlab-ci.yml
parente6ba67dd65c890237dd11ef43505d982431e5cc0 (diff)
gitlab-ci: add panfrost to the gallium drivers build
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 78eaaec81b9..014e06b29dc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -267,7 +267,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"
+ GALLIUM_DRIVERS: "i915,iris,nouveau,kmsro,r300,r600,freedreno,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost"
LLVM_VERSION: "5.0"
meson-gallium-clover-llvm: