docs: image: 123marvin123/typst:latest stage: build script: - typst compile docs/main.typ Flashcards.pdf artifacts: paths: - ./Flashcards.pdf flatpak: image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-47 stage: build variables: APP_ID: "li.sopht.Flashcards" BUNDLE: "${APP_ID}.flatpak" MANIFEST_PATH: "${APP_ID}.json" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" script: - flatpak-builder --keep-build-dirs --user --disable-rofiles-fuse --build-only flatpak_app --repo=repo ${MANIFEST_PATH} - flatpak build-bundle repo ${BUNDLE} ${EXPORT_RUNTIME} --runtime-repo="${RUNTIME_REPO}" ${APP_ID}