From b33bdad4072edbd087f1603d5a261f42567c0511 Mon Sep 17 00:00:00 2001 From: Renaud Guezennec Date: Sun, 29 Dec 2024 20:46:26 +0100 Subject: Enable CIĀ for diceparser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .kde-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .kde-ci.yml diff --git a/.kde-ci.yml b/.kde-ci.yml new file mode 100644 index 0000000..69b49fb --- /dev/null +++ b/.kde-ci.yml @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['Linux','Windows'] + 'require': + 'frameworks/extra-cmake-modules': '@latest-kf6' + +Options: + run-tests: True + cmake-options: '-DBUILD_TESTING=ON -DCODE_COVERAGE=ON' + per-test-timeout: 6000 + setup-x-environment: True + run-gcovr: True -- cgit v1.2.3-70-g09d2