CI: Add linux-qt6-next build

This commit is contained in:
Albert Astals Cid
2025-02-12 00:52:14 +01:00
parent 5be8ab4d22
commit 71699c000d
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ include:
file:
# - /gitlab-templates/reuse-lint.yml
- /gitlab-templates/linux-qt6.yml
- /gitlab-templates/linux-qt6-next.yml
- /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/windows-qt6.yml
- /gitlab-templates/flatpak.yml

View File

@@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6']
- 'on': ['Linux', 'FreeBSD', 'Windows']
'require':
'frameworks/extra-cmake-modules': '@latest-kf6'
'frameworks/kconfig': '@latest-kf6'
@@ -25,7 +25,7 @@ Dependencies:
'frameworks/kxmlgui': '@latest-kf6'
'frameworks/kdoctools': '@latest-kf6'
- 'on': ['Linux/Qt6', 'FreeBSD/Qt6']
- 'on': ['Linux', 'FreeBSD']
'require':
'frameworks/kdbusaddons': '@latest-kf6'
'frameworks/kpty': '@latest-kf6'