]> cloud.milkyroute.net Git - dolphin.git/blobdiff - .kde-ci.yml
GIT_SILENT made messages (after extraction)
[dolphin.git] / .kde-ci.yml
index 28fcaac569b390d20bed36574ddc372f6bc9b2ae..66f1007b947f3d191f2b23c9b48f7f25011da43e 100644 (file)
@@ -2,8 +2,8 @@
 # SPDX-License-Identifier: CC0-1.0
 
 Dependencies:
-- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6', 'macOS/Qt6']
-  'require':
+ - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'FreeBSD/Qt6', 'Windows/Qt6', 'macOS/Qt6']
+   'require':
     'frameworks/extra-cmake-modules': '@latest-kf6'
     'frameworks/kcoreaddons': '@latest-kf6'
     'frameworks/kcmutils': '@latest-kf6'
@@ -22,20 +22,27 @@ Dependencies:
     'frameworks/kcrash': '@latest-kf6'
     'frameworks/kwindowsystem': '@latest-kf6'
     'frameworks/kdoctools': '@latest-kf6'
-    'frameworks/kwindowsystem': '@latest-kf6'
     'frameworks/kfilemetadata': '@latest-kf6'
     'frameworks/kcodecs': '@latest-kf6'
     'frameworks/kuserfeedback': '@latest-kf6'
-    'plasma/kactivities': '@latest-kf6'
-    'libraries/phonon': '@latest-kf6'
-    'libraries/kmoretools': '@latest-kf6'
+    'frameworks/kcolorscheme': '@latest-kf6'
 
-- 'on': ['Linux/Qt6', 'FreeBSD/Qt6']
-  'require':
+ - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'FreeBSD/Qt6']
+   'require':
     'frameworks/baloo': '@latest-kf6'
-    'libraries/baloo-widgets': '@latest-kf6'
+    'libraries/baloo-widgets': '@same'
     'third-party/packagekit-qt': '@latest'
 
-- 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6']
-  'require':
-    'network/kio-extras': '@latest-kf6'
+ - 'on': ['Linux/Qt6', 'Linux/Qt6Next', 'Windows/Qt6', 'macOS/Qt6']
+   'require':
+    'network/kio-extras': '@same'
+
+RuntimeDependencies:
+ - 'on': ['Linux']
+   'require':
+    'sdk/selenium-webdriver-at-spi': '@latest-kf6'
+
+Options:
+ ctest-arguments: '--repeat until-pass:3'
+ use-ccache: True
+ require-passing-tests-on: ['Linux/Qt6', 'FreeBSD/Qt6']