CI: switch the mingw cross-compile job to use the meson build script too

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1317>
This commit is contained in:
Peter Hutterer 2024-02-20 09:48:12 +10:00 committed by Marge Bot
parent ce2f24c510
commit cd6840f18e

View File

@ -101,8 +101,9 @@ meson-nolibdecor:
mingw-cross-build:
extends: .common-build-and-test
script:
- meson --cross-file=.gitlab-ci/cross-i686-w64-mingw32.txt -Dglx=false -Dsecure-rpc=false -Dlisten_tcp=true $MESON_BUILDDIR/
- ninja -j${FDO_CI_CONCURRENT:-4} -C $MESON_BUILDDIR/ install
- .gitlab-ci/meson-build.sh --run-install
variables:
MESON_ARGS: --cross-file=.gitlab-ci/cross-i686-w64-mingw32.txt -Dglx=false -Dsecure-rpc=false -Dlisten_tcp=true
meson-dist:
extends: .common-build-and-test