Initial CI/CD pipeline #3

Merged
echo merged 10 commits from feature/ci-pipeline into main 2026-06-23 23:36:15 +00:00
Showing only changes of commit fe4be010bc - Show all commits

View file

@ -23,13 +23,11 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v4
- name: Pre-install Flatpak SDK
run: |
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user --noninteractive org.gnome.Platform//50 org.gnome.Sdk//50 2>&1 | tail -5
- uses: https://github.com/flatpak/flatpak-github-actions/flatpak-builder@v6.7
with:
manifest-path: dev.bscubed.Luminate.json
bundle: Luminate.flatpak
cache-key: flatpak-pr-${{ forge.sha }}
upload-artifact: false
state-dir: /tmp/flatpak-builder-state
repo-dir: /tmp/flatpak-builder-repo