Reenable flatpak CI support

This commit is contained in:
Laurent Montel 2023-12-29 12:47:20 +01:00
parent 4a2ca735bf
commit 6c2bd3d9f3
2 changed files with 3 additions and 2 deletions

View file

@ -2,12 +2,12 @@
"id": "org.kde.dolphin", "id": "org.kde.dolphin",
"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": "dolphin", "command": "dolphin",
"tags": ["nightly"], "tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)", "desktop-file-name-suffix": " (Nightly)",
"finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--filesystem=host" ], "finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--filesystem=host" ],
"modules": [ "modules": [
{ {

View file

@ -4,3 +4,4 @@ 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
- /gitlab-templates/flatpak.yml