ci: Drop pedantic metainfo validation job

And instead run them as a part of the regular tests.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-11-30 12:03:12 +01:00
parent afe732d9bc
commit 89fd506f7d
2 changed files with 1 additions and 13 deletions

View File

@@ -41,6 +41,7 @@ appstreamcli = find_program('appstreamcli', required: false)
if appstreamcli.found()
test('Validate metainfo file', appstreamcli,
args: ['validate',
'--pedantic',
join_paths(meson.current_source_dir(),
'org.gnome.Calls.metainfo.xml')
])