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

remove ci

parent e14cadcd
No related branches found
No related tags found
No related merge requests found
Pipeline #1709 passed
......@@ -5,17 +5,3 @@ build:docs:
artifacts:
paths:
- ./Flashcards.pdf
build:flatpak:
image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-47
variables:
APP_ID: "li.sopht.Flashcards"
BUNDLE: "${APP_ID}.flatpak"
MANIFEST_PATH: "${APP_ID}.json"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
script:
- >-
xvfb-run -a -s "-screen 0 1024x768x24" --
dbus-run-session
flatpak-builder ${CI_FB_ARGS} --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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment