diff options
author | Eric Engestrom <[email protected]> | 2019-01-28 18:13:55 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | f33517bda7e4d7b2eeb66e0f3746db515a3e2761 (patch) | |
tree | db739c34d5f695777e0a6eb83f916cbd136f451b /.gitlab-ci.yml | |
parent | 8dab707ab8fa74d1a338ebccbe1eee88c0af32e4 (diff) |
gitlab-ci: add meson gallium ST "Other" build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 237ce185dca..fafc9e075e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |