1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-11 02:11:37 +01:00

ci/cd test

This commit is contained in:
2025-04-04 10:26:08 +02:00
parent d05524a0c8
commit 4910217797
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ builddir/
.flatpak-builder/
repo/
app/
*.flatpak
# Prerequisites
*.d

View File

@@ -16,8 +16,8 @@ flatpak:
MANIFEST: "${APP_ID}.json"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
script:
- flatpak-builder --user --disable-rofiles-fuse app --repo=repo ${MANIFEST}
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
- flatpak-builder app --repo=repo ${MANIFEST}
- flatpak build-bundle repo ${BUNDLE} ${APP_ID} --runtime-repo=${RUNTIME_REPO}
artifacts:
paths:
- ${BUNDLE}

View File

@@ -53,7 +53,7 @@
#lorem(100)
#pagebreak()
= Continuous Integration
= CI / CD
#lorem(100)
== Flatpak