summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-01-28 20:48:37 +0000
committerEric Engestrom <[email protected]>2019-02-06 17:56:30 +0000
commit73275147fe6bca898506f0f085a71e9546c6271e (patch)
treeeb182d8524a5d56c4db8a6cb945f2e82bbe50a00 /.gitlab-ci.yml
parent360a7bfbe9145589f305f692cdf8dfd73515295a (diff)
gitlab-ci: add make Gallium ST Other build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c67c09e19b2..03b77c78e86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -410,6 +410,32 @@ build:make-gallium-st-clover-llvm-7:
LLVM_VERSION: "7"
GALLIUM_DRIVERS: "r600,radeonsi"
+build:make-gallium-st-other:
+ extends: .make-build
+ variables:
+ MAKE_CHECK_COMMAND: "true"
+ # We should be testing 3.3, but 3.9 is the oldest that still exists in ubuntu
+ LLVM_VERSION: "3.9"
+ DRI_LOADERS: >
+ --disable-glx
+ --disable-gbm
+ --disable-egl
+ GALLIUM_ST: >
+ --enable-dri
+ --disable-opencl
+ --enable-xa
+ --enable-nine
+ --enable-xvmc
+ --enable-vdpau
+ --enable-va
+ --enable-omx-bellagio
+ --enable-gallium-osmesa
+ # We need swrast for osmesa and nine.
+ # i915 most likely doesn't work with most ST.
+ # Regardless - we're doing a quick build test here.
+ GALLIUM_DRIVERS: "i915,swrast"
+ LIBUNWIND_FLAGS: --enable-libunwind
+
build:scons-nollvm:
extends: .scons-build
variables: