From: Albert Astals Cid Date: Tue, 11 Feb 2025 23:52:29 +0000 (+0100) Subject: CI: Add linux-qt6-next build X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/e3fc15b74c5de65372948dde8ac322163fd5dcf7?ds=sidebyside CI: Add linux-qt6-next build --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee7a447fc..1f69b08c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/.kde-ci.yml b/.kde-ci.yml index 34fedb61a..136cd8cac 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -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'