]> cloud.milkyroute.net Git - dolphin.git/commitdiff
CI: Add linux-qt6-next build
authorAlbert Astals Cid <aacid@kde.org>
Tue, 11 Feb 2025 23:52:29 +0000 (00:52 +0100)
committerAlbert Astals Cid <aacid@kde.org>
Thu, 13 Feb 2025 08:06:26 +0000 (08:06 +0000)
.gitlab-ci.yml
.kde-ci.yml

index ee7a447fc602de2c6e2241d8f459f6cd4f94b601..1f69b08c032de76a139875e447e3c2dd370a6ed3 100644 (file)
@@ -2,6 +2,7 @@ include:
   - project: sysadmin/ci-utilities
     file:
       - /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
index 34fedb61a60ef353b9748236432bf67688ee9068..136cd8cacdbc97193cea5b5611c408af733ae236 100644 (file)
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: CC0-1.0
 
 Dependencies:
- - 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6', 'macOS/Qt6']
+ - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'FreeBSD/Qt6', 'Windows/Qt6', 'macOS/Qt6']
    'require':
     'frameworks/extra-cmake-modules': '@latest-kf6'
     'frameworks/kcoreaddons': '@latest-kf6'
@@ -27,13 +27,13 @@ Dependencies:
     'frameworks/kuserfeedback': '@latest-kf6'
     'libraries/phonon': '@latest-kf6'
 
- - 'on': ['Linux/Qt6', 'FreeBSD/Qt6']
+ - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'FreeBSD/Qt6']
    'require':
     'frameworks/baloo': '@latest-kf6'
     'libraries/baloo-widgets': '@same'
     'third-party/packagekit-qt': '@latest'
 
- - 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6']
+ - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'Windows/Qt6', 'macOS/Qt6']
    'require':
     'network/kio-extras': '@same'