ci: Use appstreamcli instead of appstream-util
This commit is contained in:
@@ -37,10 +37,10 @@ install_data('org.gnome.Calls.metainfo.xml',
|
||||
install_dir: join_paths(datadir, 'metainfo'),
|
||||
)
|
||||
|
||||
appstream_util = find_program('appstream-util', required: false)
|
||||
if appstream_util.found()
|
||||
test('Validate appstream file', appstream_util,
|
||||
args: ['validate-relax',
|
||||
appstreamcli = find_program('appstreamcli', required: false)
|
||||
if appstreamcli.found()
|
||||
test('Validate metainfo file', appstreamcli,
|
||||
args: ['validate',
|
||||
join_paths(meson.current_source_dir(),
|
||||
'org.gnome.Calls.metainfo.xml')
|
||||
])
|
||||
|
Reference in New Issue
Block a user