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

Switch to GNOME 41 SDK

parent 9a31a6b3
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: 2018-2021 Bruce Cowan <bruce@bcowan.me.uk>
# SPDX-FileCopyrightText: 2018-2022 Bruce Cowan <bruce@bcowan.me.uk>
#
# SPDX-License-Identifier: CC0-1.0
flatpak:
......@@ -14,8 +14,8 @@ flatpak:
script:
- apk update && apk add flatpak-builder
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak install -y flathub org.gnome.Platform 40
- flatpak install -y flathub org.gnome.Sdk 40
- flatpak install -y flathub org.gnome.Platform 41
- flatpak install -y flathub org.gnome.Sdk 41
- 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
......
# SPDX-FileCopyrightText: 2018-2021 Bruce Cowan <bruce@bcowan.me.uk>
# SPDX-FileCopyrightText: 2018-2022 Bruce Cowan <bruce@bcowan.me.uk>
#
# SPDX-License-Identifier: CC0-1.0
app-id: uk.me.bcowan.Rugby
runtime: org.gnome.Platform
runtime-version: "40"
runtime-version: "41"
sdk: org.gnome.Sdk
command: rugby
......
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