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

ci/cd test

parent d05524a0
No related branches found
No related tags found
No related merge requests found
Pipeline #1845 passed
...@@ -5,6 +5,7 @@ builddir/ ...@@ -5,6 +5,7 @@ builddir/
.flatpak-builder/ .flatpak-builder/
repo/ repo/
app/ app/
*.flatpak
# Prerequisites # Prerequisites
*.d *.d
......
...@@ -16,8 +16,8 @@ flatpak: ...@@ -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}
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
#lorem(100) #lorem(100)
#pagebreak() #pagebreak()
= Continuous Integration = CI / CD
#lorem(100) #lorem(100)
== Flatpak == Flatpak
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment