aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-03-12 10:25:54 +0000
committerEric Engestrom <[email protected]>2019-05-17 11:21:48 +0100
commit6a1f609a4c5d18dcc56e45567dbdda2be8f10313 (patch)
tree7c94e1ab5ccc7d664dd8e6081cafffab49f174a0 /.gitlab-ci.yml
parentd7501834cd86f9ec0b7c3dea17448dc523e36390 (diff)
gitlab-ci: build-test the tools as well
Suggested-by: Rob Clark <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa82a5e3419..b0e743a3f84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -173,6 +173,8 @@ meson-main:
-D gallium-opencl=disabled
GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,svga,v3d,vc4,virgl,etnaviv,panfrost,lima"
LLVM_VERSION: "7"
+ EXTRA_OPTION: >
+ -D tools=all
meson-clover:
extends: .meson-build