mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-05 15:59:59 +01:00
[CI] Add cppcheck job
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -19,4 +19,7 @@ packaging/flatpak/.flatpak-builder
|
||||
compile_commands.json
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
.vscode/
|
||||
|
||||
# Artefacts from running KDE CI locally
|
||||
kde-ci-reports/*
|
||||
|
||||
@@ -8,6 +8,8 @@ include:
|
||||
- /gitlab-templates/reuse-lint.yml
|
||||
- /gitlab-templates/xml-lint.yml
|
||||
- /gitlab-templates/pre-commit.yml
|
||||
# Quality checks
|
||||
- /gitlab-templates/cppcheck.yml
|
||||
# CI Qt6
|
||||
- /gitlab-templates/linux-qt6.yml
|
||||
- /gitlab-templates/linux-qt6-next.yml
|
||||
|
||||
@@ -47,5 +47,6 @@ RuntimeDependencies:
|
||||
Options:
|
||||
require-passing-tests-on: [ 'Linux/Qt6', 'FreeBSD/Qt6']
|
||||
cppcheck-arguments: '--suppress="*:tests/fakeit.hpp" --suppress="*:tests/catch.hpp" --suppress="*:fuzzer/fakeit_standalone.hpp"'
|
||||
require-cppcheck-clean: False
|
||||
per-test-timeout: 120
|
||||
|
||||
|
||||
Reference in New Issue
Block a user