From 45cd128f73b64161daa2d8a2eeafa5b72dde613a Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 5 Sep 2021 14:03:42 +0200 Subject: [PATCH] GIT_SILENT Add CI configuration file --- .kde-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .kde-ci.yml diff --git a/.kde-ci.yml b/.kde-ci.yml new file mode 100644 index 0000000..d956c6b --- /dev/null +++ b/.kde-ci.yml @@ -0,0 +1,8 @@ +Dependencies: +- 'on': ['Linux', 'FreeBSD', 'macOS', 'Windows'] + 'require': + 'frameworks/extra-cmake-modules': '@same' + 'frameworks/karchive' : '@same' + +Options: + test-before-installing: True