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

test ci

parent 71431606
Branches
Tags release-2.8.2.2
No related merge requests found
Pipeline #1714 passed
......@@ -13,8 +13,8 @@ flatpak:
variables:
APP_ID: "li.sopht.Flashcards"
BUNDLE: "${APP_ID}.flatpak"
MANIFEST_PATH: "${APP_ID}.json"
MANIFEST: "${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}
- flatpak-builder --user --disable-rofiles-fuse app --repo=repo ${MANIFEST}
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment