From ec9416394866cb78fa8ae228772717e647088b3d Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Fri, 9 Dec 2022 12:19:35 +0100 Subject: [PATCH] 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 --- .kde-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index b3cb6943..452b9f50 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -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' ]