]> cloud.milkyroute.net Git - dolphin.git/blobdiff - .kde-ci.yml
GIT_SILENT Sync po/docbooks with svn
[dolphin.git] / .kde-ci.yml
index 34fedb61a60ef353b9748236432bf67688ee9068..60ce73499b61a17acd2d2100bcc5ee67926ce490 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'
@@ -25,15 +25,16 @@ Dependencies:
     'frameworks/kfilemetadata': '@latest-kf6'
     'frameworks/kcodecs': '@latest-kf6'
     'frameworks/kuserfeedback': '@latest-kf6'
+    'frameworks/kcolorscheme': '@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'
 
@@ -41,3 +42,8 @@ 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']