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:
parent
c796df9260
commit
558393a8cb
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue