From b738d4494c4a4612dd5af2bb6019d7765c1619a7 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 28 Jun 2019 20:11:11 +0100 Subject: [PATCH] gitlab-ci: test meson installation Signed-off-by: Eric Engestrom Reviewed-by: Eric Anholt --- .gitlab-ci/meson-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/meson-build.sh b/.gitlab-ci/meson-build.sh index 733f040171a..ed188e34d98 100755 --- a/.gitlab-ci/meson-build.sh +++ b/.gitlab-ci/meson-build.sh @@ -30,3 +30,4 @@ cd _build meson configure ninja -j4 LC_ALL=C.UTF-8 ninja test +DESTDIR=$PWD/../install ninja install -- 2.30.2