mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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:
parent
bf5129adc1
commit
0cd882697a
2 changed files with 7 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue