summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-01-28 18:09:24 +0000
committerEric Engestrom <[email protected]>2019-02-06 17:56:30 +0000
commit8dab707ab8fa74d1a338ebccbe1eee88c0af32e4 (patch)
tree48db0603aefc4391294a9484c56855458d257308 /.gitlab-ci.yml
parent8744ac0904a17cebc6dc341f9bccce690267639b (diff)
gitlab-ci: add meson gallium ST Clover (LLVM 7.0) build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9cbae3fc8b..237ce185dca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -253,6 +253,12 @@ build:meson-gallium-clover-llvm6:
variables:
LLVM_VERSION: "6.0"
+build:meson-gallium-clover-llvm7:
+ extends: build:meson-gallium-clover-llvm5
+ variables:
+ GALLIUM_DRIVERS: "r600,radeonsi"
+ LLVM_VERSION: "7"
+
build:make-vulkan:
extends: .make-build
variables: