1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-12 06:41:38 +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/ .flatpak-builder/
repo/ repo/
app/ app/
*.flatpak
# Prerequisites # Prerequisites
*.d *.d

View File

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

View File

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