summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-01-28 20:39:22 +0000
committerEric Engestrom <[email protected]>2019-02-06 17:56:30 +0000
commit39315a747b450ff2b2637b4bc83e647662580583 (patch)
treef0ad9d72ec6ab26488bee33f7158ac7879711cbf /.gitlab-ci.yml
parente80f88c48a15672bbb6e5d2053c37ac52dc9bd00 (diff)
gitlab-ci: add make Gallium ST Clover LLVM-6.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 c624bbd0a15..32cce6b7fb5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -399,6 +399,11 @@ build:make-gallium-st-clover-llvm-5:
variables:
LLVM_VERSION: "5.0"
+build:make-gallium-st-clover-llvm-6:
+ extends: build:make-gallium-st-clover-llvm-39
+ variables:
+ LLVM_VERSION: "6.0"
+
build:scons-nollvm:
extends: .scons-build
variables: