From 4eea278113b383bb15641c06922f3591b6af2c87 Mon Sep 17 00:00:00 2001 From: Sophie Krause Date: Wed, 5 Feb 2025 23:47:55 +0100 Subject: [PATCH] test ci --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29c4880..74da6a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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}