Add third-party deps to .kde-ci.yml

The CI system already provides these so it doesn't have any effect there, but this allows to generate correct dependency data for kdesrc-build from .kde-ci.yml
This commit is contained in:
Nicolas Fella 2022-12-09 12:19:35 +01:00
parent 4735176450
commit ec94163948
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ Dependencies:
'frameworks/kconfig': '@stable'
'frameworks/threadweaver': '@stable'
'libraries/kirigami-addons': '@stable'
'third-party/qtkeychain': '@latest'
'third-party/taglib': '@latest'
Options:
require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]