Skip to content
Snippets Groups Projects
Verified Commit 4a555647 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Use 'meson setup'

Bare command has been deprecated as of 0.64.0
parent 55a64809
No related branches found
No related tags found
No related merge requests found
Pipeline #4020 passed
......@@ -17,8 +17,8 @@ flatpak:
- flatpak install -y flathub org.gnome.Platform 45
- flatpak install -y flathub org.gnome.Sdk 45
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
- flatpak build app meson --prefix=/app ${MESON_ARGS} _build
- flatpak build app ninja -C _build install
- flatpak build app meson setup --prefix=/app ${MESON_ARGS} _build
- flatpak build app meson install -C _build
- flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment