summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-06-28 20:11:11 +0100
committerEric Engestrom <[email protected]>2019-06-29 21:46:37 +0000
commitb738d4494c4a4612dd5af2bb6019d7765c1619a7 (patch)
treed1dbfa32368095344214f9d8ded46423dca7f208
parent5f9764bc0bcf1fe2f8784b9df362cd98ba4085d7 (diff)
gitlab-ci: test meson installation
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
-rwxr-xr-x.gitlab-ci/meson-build.sh1
1 files changed, 1 insertions, 0 deletions
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