ci: use meson compile instead of ninja directly

This commit is contained in:
Kacper Michajłow 2023-01-29 07:18:43 +01:00 committed by Dudemanguy
parent 2868ecf2ac
commit 08d11e8c5d
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ if [ "$1" = "meson" ]; then
-D{libmpv,tests}=true -Dlua=luajit \
-D{shaderc,spirv-cross,d3d11,libplacebo}=enabled
ninja -C build
meson compile -C build
meson test -C build
elif [ "$1" = "waf" ]; then
PKG_CONFIG=pkg-config ./waf configure \