mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:41:17 -07:00
Switch CI to Qt6
This commit is contained in:
@@ -4,5 +4,5 @@
|
|||||||
include:
|
include:
|
||||||
- project: sysadmin/ci-utilities
|
- project: sysadmin/ci-utilities
|
||||||
file:
|
file:
|
||||||
- /gitlab-templates/linux.yml
|
- /gitlab-templates/linux-qt6.yml
|
||||||
- /gitlab-templates/freebsd.yml
|
- /gitlab-templates/freebsd-qt6.yml
|
||||||
|
|||||||
33
.kde-ci.yml
33
.kde-ci.yml
@@ -4,19 +4,20 @@
|
|||||||
Dependencies:
|
Dependencies:
|
||||||
- 'on': ['@all']
|
- 'on': ['@all']
|
||||||
'require':
|
'require':
|
||||||
'frameworks/extra-cmake-modules': '@stable'
|
'frameworks/extra-cmake-modules': '@latest-kf6'
|
||||||
'frameworks/ki18n': '@stable'
|
'frameworks/ki18n': '@latest-kf6'
|
||||||
'frameworks/kconfig': '@stable'
|
'frameworks/kconfig': '@latest-kf6'
|
||||||
'frameworks/kcoreaddons': '@stable'
|
'frameworks/kcoreaddons': '@latest-kf6'
|
||||||
'frameworks/kcrash': '@stable'
|
'frameworks/kcrash': '@latest-kf6'
|
||||||
'frameworks/kdbusaddons': '@stable'
|
'frameworks/kdbusaddons': '@latest-kf6'
|
||||||
'frameworks/kdnssd': '@stable'
|
'frameworks/kdnssd': '@latest-kf6'
|
||||||
'frameworks/kdoctools': '@stable'
|
'frameworks/kdoctools': '@latest-kf6'
|
||||||
'frameworks/knotifications': '@stable'
|
'frameworks/knotifications': '@latest-kf6'
|
||||||
'frameworks/kwallet': '@stable'
|
'frameworks/kwallet': '@latest-kf6'
|
||||||
'frameworks/kwidgetsaddons': '@stable'
|
'frameworks/kwidgetsaddons': '@latest-kf6'
|
||||||
'frameworks/kwindowsystem': '@stable'
|
'frameworks/kwindowsystem': '@latest-kf6'
|
||||||
'frameworks/kxmlgui': '@stable'
|
'frameworks/kxmlgui': '@latest-kf6'
|
||||||
'libraries/plasma-wayland-protocols': '@latest' # can be switched to @stable when 1.5.0 is released
|
'frameworks/kstatusnotifieritem': '@latest-kf6'
|
||||||
'plasma/kwayland': '@stable'
|
'libraries/plasma-wayland-protocols': '@latest-kf6'
|
||||||
'plasma/kpipewire': '@latest'
|
'plasma/kwayland': '@latest-kf6'
|
||||||
|
'plasma/kpipewire': '@latest-kf6'
|
||||||
|
|||||||
Reference in New Issue
Block a user