aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud Guezennec <renaud@rolisteam.org>2024-12-29 20:46:26 +0100
committerRenaud Guezennec <renaud@rolisteam.org>2024-12-29 20:46:26 +0100
commitb33bdad4072edbd087f1603d5a261f42567c0511 (patch)
tree48686b55b5f6aa6ae78d359a495c15a4d63d69be
parent3f56b91ca67c6fa5a407bd5df39808dc742cd693 (diff)
downloadOneRoll-b33bdad4072edbd087f1603d5a261f42567c0511.tar.gz
OneRoll-b33bdad4072edbd087f1603d5a261f42567c0511.zip
Enable CI for diceparser
-rw-r--r--.kde-ci.yml14
1 files changed, 14 insertions, 0 deletions
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