Skip to content
Snippets Groups Projects
Verified Commit 71431606 authored by Sophie Krause's avatar Sophie Krause :rabbit2:
Browse files

test ci

parent 0ce8f136
No related branches found
No related tags found
No related merge requests found
Pipeline #1713 failed
build:docs: docs:
image: 123marvin123/typst:latest image: 123marvin123/typst:latest
stage: build stage: build
script: script:
...@@ -7,13 +7,14 @@ build:docs: ...@@ -7,13 +7,14 @@ build:docs:
paths: paths:
- ./Flashcards.pdf - ./Flashcards.pdf
build:flatpak: flatpak:
image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-47 image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-47
stage: build
variables: variables:
APP_ID: "li.sopht.Flashcards" APP_ID: "li.sopht.Flashcards"
BUNDLE: "${APP_ID}.flatpak" BUNDLE: "${APP_ID}.flatpak"
MANIFEST_PATH: "${APP_ID}.json" MANIFEST_PATH: "${APP_ID}.json"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
script: script:
- flatpak-builder ${CI_FB_ARGS} --keep-build-dirs --user --disable-rofiles-fuse --build-only flatpak_app --repo=repo ${MANIFEST_PATH} - flatpak-builder --keep-build-dirs --user --disable-rofiles-fuse --build-only flatpak_app --repo=repo ${MANIFEST_PATH}
- flatpak build-bundle --runtime-repo=${RUNTIME_REPO} repo ${BUNDLE} ${APP_ID} - flatpak build-bundle repo ${BUNDLE} ${EXPORT_RUNTIME} --runtime-repo="${RUNTIME_REPO}" ${APP_ID}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment