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

Use GNOME 42 SDK

parent 25876523
No related branches found
No related tags found
No related merge requests found
Pipeline #3251 passed
......@@ -13,9 +13,9 @@ flatpak:
script:
- apk update && apk add flatpak-builder
- flatpak remote-add --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo
- flatpak install -y flathub org.gnome.Platform master
- flatpak install -y flathub org.gnome.Sdk master
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak install -y flathub org.gnome.Platform 42
- flatpak install -y flathub org.gnome.Sdk 42
- 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
......
......@@ -4,7 +4,7 @@
app-id: uk.me.bcowan.Rugby
runtime: org.gnome.Platform
runtime-version: "master"
runtime-version: "42"
sdk: org.gnome.Sdk
command: rugby
......
......@@ -26,7 +26,7 @@
<property name="default-height">600</property>
<property name="default-width">400</property>
<style>
<class name="devel"/>
<class name="devel"/>
</style>
<child>
<object class="GtkScrolledWindow">
......
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