gitlab-ci: test meson installation

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Engestrom
2019-06-28 20:11:11 +01:00
committed by Eric Engestrom
parent 5f9764bc0b
commit b738d4494c

View File

@@ -30,3 +30,4 @@ cd _build
meson configure
ninja -j4
LC_ALL=C.UTF-8 ninja test
DESTDIR=$PWD/../install ninja install