summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-03-12 10:25:54 +0000
committerEric Engestrom <eric.engestrom@intel.com>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 <robclark@freedesktop.org> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Eric Anholt <eric@anholt.net>
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