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

Fix 3.38 usage

parent 32bd6b8b
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: 2018, 2020 Bruce Cowan <bruce@bcowan.me.uk>
# SPDX-FileCopyrightText: 2018-2021 Bruce Cowan <bruce@bcowan.me.uk>
#
# SPDX-License-Identifier: CC0-1.0
flatpak:
image: fedora:latest
......@@ -14,8 +15,8 @@ flatpak:
script:
- dnf install -y flatpak-builder
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak install -y flathub org.gnome.Platform 3.36
- flatpak install -y flathub org.gnome.Sdk 3.36
- flatpak install -y flathub org.gnome.Platform 3.38
- flatpak install -y flathub org.gnome.Sdk 3.38
- 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
......
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