travis: meson: enable unit tests
v2: [Emil] pass the argument directly to meson Reviewed-by: Emil Velikov <emil.velikov@collabora.com> (v1) Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:

committed by
Emil Velikov

parent
116f0fb216
commit
31c162ad22
@@ -649,7 +649,9 @@ script:
|
||||
|
||||
export CFLAGS="$CFLAGS -isystem`pwd`"
|
||||
meson _build $MESON_OPTIONS \
|
||||
--native-file=native.file
|
||||
--native-file=native.file \
|
||||
-Dbuild-tests=true
|
||||
meson configure _build
|
||||
ninja -C _build
|
||||
ninja -C _build test
|
||||
fi
|
||||
|
Reference in New Issue
Block a user