mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 07:51:38 +01:00
test ci
This commit is contained in:
@@ -8,4 +8,11 @@ build:docs:
|
|||||||
|
|
||||||
build:flatpak:
|
build:flatpak:
|
||||||
image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-47
|
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user