merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
395 changed files with 13820 additions and 36285 deletions
Showing only changes of commit 6ce6383b26 - Show all commits

View File

@@ -726,9 +726,12 @@ if get_option('tests')
endif
endif
run_target('doublecheck',
command: ['scripts/lint-and-test.sh', '--fix-formatting', '--meson']
)
lint_and_test = find_program('scripts/lint-and-test.sh', required: false)
if lint_and_test.found()
run_target('doublecheck',
command: [lint_and_test, '--fix-formatting', '--meson']
)
endif
summary({
'Platform': platform,