aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-01-28 17:42:59 +0000
committerEric Engestrom <[email protected]>2019-02-06 17:56:30 +0000
commit360c814bfe5bec0cc41c86887768a2c876fb5e6a (patch)
tree0ec99b6a44c8967e9aac24d44f2be7f256dde707 /.gitlab-ci.yml
parentd73265e20ddbc4208ff35e3ee5d89a8b3161a3d7 (diff)
gitlab-ci: add meson gallium SWR build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f667cfd74c0..6a27ca9f842 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -165,6 +165,29 @@ build:meson-loader-classic-dri:
-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.
+build:meson-gallium-swr:
+ extends: .meson-build
+ variables:
+ UNWIND: "true"
+ DRI_LOADERS: >
+ -D glx=disabled
+ -D egl=false
+ -D gbm=false
+ GALLIUM_ST: >
+ -D dri3=false
+ -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
+ GALLIUM_DRIVERS: "swr"
+ LLVM_VERSION: "6.0"
+
build:make-vulkan:
extends: .make-build
variables: