1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2026-03-16 04:30:15 +01:00
This commit is contained in:
2026-03-06 15:48:08 +01:00
parent 5ee9bc55c6
commit 9e74c3a24f

View File

@@ -8,4 +8,11 @@ build:docs:
build:flatpak:
image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-47
extends: .flatpak
variables:
APP_ID: "li.sopht.Flashcards"
BUNDLE: "${APP_ID}.flatpak"
REPO: "repo"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
script:
- flatpak-builder --repo ${REPO} app ${APP_ID}.json
- flatpak build-bundle --runtime-repo=${RUNTIME_REPO} ${REPO} ${BUNDLE} ${APP_ID}