ci: Use backend-agnostic meson commands

There's no alternative backend in sight for us, but it's nice to
only deal with a single build tool.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1937>
This commit is contained in:
Florian Müllner 2021-08-05 03:46:53 +02:00 committed by Marge Bot
parent bf5129adc1
commit 0cd882697a
2 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@ pushd "$REPO_DIR"
pushd "$SUBDIR"
sh -c "$PREPARE"
meson --prefix=/usr _build "${MESON_OPTIONS[@]}"
ninja -C _build install
meson install -C _build
popd
popd
rm -rf "$REPO_DIR"