summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-01-29 08:57:17 +0000
committerEric Engestrom <[email protected]>2019-02-06 17:56:30 +0000
commitba26bc4ef01ea6ffa9fce33e1a44d2152bb581d3 (patch)
treed303fb1e1199defe02dc2dea46513102d0c1194a /.gitlab-ci.yml
parent5459900f387879d28e01e580b4e80c98afcb84c4 (diff)
gitlab-ci: add meson glvnd build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03b77c78e86..b651de02225 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -165,6 +165,25 @@ build:meson-loader-classic-dri:
-D gallium-nine=false
-D gallium-opencl=disabled
+build:meson-glvnd:
+ extends: .meson-build
+ variables:
+ UNWIND: "true"
+ DRI_LOADERS: >
+ -D glvnd=true
+ -D egl=true
+ -D gbm=true
+ -D glx=dri
+ DRI_DRIVERS: "i965"
+ GALLIUM_ST: >
+ -D gallium-vdpau=false
+ -D gallium-xvmc=false
+ -D gallium-omx=disabled
+ -D gallium-va=false
+ -D gallium-xa=false
+ -D gallium-nine=false
+ -D gallium-opencl=disabled
+
# NOTE: Building SWR is 2x (yes two) times slower than all the other
# gallium drivers combined.
# Start this early so that it doesn't hunder the run time.