summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-01-28 20:21:44 +0000
committerEric Engestrom <[email protected]>2019-02-06 17:56:30 +0000
commit055cfbc6deb585c7cfb4979e3869e354cb0e6b49 (patch)
tree905f9cc5d18b3ee95f3d6b2957396ae0c1210eef /.gitlab-ci.yml
parent7b26a19f31158d8deafb8b9abf572f36342b7372 (diff)
gitlab-ci: add make Gallium Drivers RadeonSI 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 f414187848a..90ff7f8b540 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -353,6 +353,12 @@ build:make-gallium-drivers-swr:
GALLIUM_DRIVERS: "swr"
LIBUNWIND_FLAGS: --enable-libunwind
+build:make-gallium-drivers-radeonsi:
+ extends: build:make-gallium-drivers-swr
+ variables:
+ LLVM_VERSION: "7"
+ GALLIUM_DRIVERS: "radeonsi"
+
build:scons-nollvm:
extends: .scons-build
variables: