summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-01-28 20:36:25 +0000
committerEric Engestrom <[email protected]>2019-02-06 17:56:30 +0000
commitcc85f5002914e59a3e9a912b9dccdf2d1c0aff2e (patch)
tree86394007fd29e4fea4901adcf60abf412dff41ff /.gitlab-ci.yml
parent984e295500580fc706330bf46fe28b71e89f5d57 (diff)
gitlab-ci: add make Gallium ST Clover LLVM-4.0 build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 360eec62ade..f8db1b75a56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -389,6 +389,11 @@ build:make-gallium-st-clover-llvm-39:
GALLIUM_DRIVERS: "r600"
LIBUNWIND_FLAGS: --enable-libunwind
+build:make-gallium-st-clover-llvm-4:
+ extends: build:make-gallium-st-clover-llvm-39
+ variables:
+ LLVM_VERSION: "4.0"
+
build:scons-nollvm:
extends: .scons-build
variables: