1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-04 20:07:36 +00:00

meson: Don't access the network when validating metadata

Build servers might not allow network access and this shaves off a little time
in the test suite.
It shouldn't be a problem running the validation manually when adding new
screenshots.
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-01-20 08:46:13 +01:00
parent c796df9260
commit 558393a8cb

View file

@ -42,6 +42,7 @@ if appstreamcli.found()
test('Validate metainfo file', appstreamcli,
args: ['validate',
'--pedantic',
'--no-net',
join_paths(meson.current_source_dir(),
'org.gnome.Calls.metainfo.xml')
])