diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..dcb33d4 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,4 @@ + +include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml diff --git a/.kde-ci.yml b/.kde-ci.yml new file mode 100644 index 0000000..d46dd2f --- /dev/null +++ b/.kde-ci.yml @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@stable' + 'frameworks/ki18n' : '@stable' + 'frameworks/kconfigwidgets' : '@stable' + 'frameworks/kiconthemes' : '@stable' + 'frameworks/prison' : '@stable' + +Options: + test-before-installing: True + require-passing-tests-on: [ 'Linux', 'Windows' ] + cppcheck-ignore-files: + - tests