From: Eric Engestrom Date: Tue, 12 Mar 2019 10:25:54 +0000 (+0000) Subject: gitlab-ci: build-test the tools as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a1f609a4c5d18dcc56e45567dbdda2be8f10313;p=mesa.git gitlab-ci: build-test the tools as well Suggested-by: Rob Clark Signed-off-by: Eric Engestrom Reviewed-by: Michel Dänzer Reviewed-by: Eric Anholt --- 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