Add flatpak CI support

This commit is contained in:
Laurent Montel
2023-12-29 12:48:23 +01:00
parent 4fe2779e15
commit a0880e9f50
2 changed files with 3 additions and 3 deletions

View File

@@ -2,12 +2,12 @@
"id": "org.kde.konsole", "id": "org.kde.konsole",
"branch": "master", "branch": "master",
"runtime": "org.kde.Platform", "runtime": "org.kde.Platform",
"runtime-version": "5.15-22.08", "runtime-version": "6.6-kf6preview",
"sdk": "org.kde.Sdk", "sdk": "org.kde.Sdk",
"command": "konsole", "command": "konsole",
"tags": ["nightly"], "tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)", "desktop-file-name-suffix": " (Nightly)",
"finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--talk-name=org.freedesktop.Flatpak" ], "finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--talk-name=org.freedesktop.Flatpak" ],
"modules": [ "modules": [
{ {

View File

@@ -8,5 +8,5 @@ include:
- /gitlab-templates/linux-qt6.yml - /gitlab-templates/linux-qt6.yml
- /gitlab-templates/freebsd-qt6.yml - /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/windows-qt6.yml - /gitlab-templates/windows-qt6.yml
# - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml - /gitlab-templates/flatpak.yml
- /gitlab-templates/craft-windows-x86-64-qt6.yml - /gitlab-templates/craft-windows-x86-64-qt6.yml