gitlab-ci: add meson gallium ST "Other" build

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Eric Engestrom
2019-01-28 18:13:55 +00:00
parent 8dab707ab8
commit f33517bda7
3 changed files with 23 additions and 32 deletions

View File

@@ -259,6 +259,27 @@ build:meson-gallium-clover-llvm7:
GALLIUM_DRIVERS: "r600,radeonsi"
LLVM_VERSION: "7"
build:meson-gallium-st-other:
extends: .meson-build
variables:
UNWIND: "true"
DRI_LOADERS: >
-D glx=disabled
-D egl=false
-D gbm=false
GALLIUM_ST: >
-D dri3=true
-D gallium-vdpau=true
-D gallium-xvmc=true
-D gallium-omx=bellagio
-D gallium-va=true
-D gallium-xa=true
-D gallium-nine=true
-D gallium-opencl=disabled
-D osmesa=gallium
GALLIUM_DRIVERS: "nouveau,swrast"
LLVM_VERSION: "5.0"
build:make-vulkan:
extends: .make-build
variables: