Add xml/yaml linting

This commit is contained in:
Laurent Montel 2025-01-28 06:45:33 +01:00
parent ec20612070
commit 4298f57080
2 changed files with 6 additions and 4 deletions

View File

@ -10,6 +10,8 @@ include:
- /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/windows-qt6.yml
- /gitlab-templates/alpine-qt6.yml
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/yaml-lint.yml
webfonts:
image: invent-registry.kde.org/sysadmin/ci-images/staticweb:latest

View File

@ -1,8 +1,8 @@
Dependencies:
- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
'require':
- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
'require':
'frameworks/extra-cmake-modules': '@same'
Options:
test-before-installing: True
require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
test-before-installing: True
require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows']