ci: Drop pedantic metainfo validation job
And instead run them as a part of the regular tests.
This commit is contained in:
@@ -76,19 +76,6 @@ check-po:
|
|||||||
- cd po/
|
- cd po/
|
||||||
- intltool-update -m 2>&1 | grep -qs '/.*\.\(c|ui\)' && { intltool-update -m; exit 1; } || exit 0
|
- intltool-update -m 2>&1 | grep -qs '/.*\.\(c|ui\)' && { intltool-update -m; exit 1; } || exit 0
|
||||||
|
|
||||||
validate-metadata-pedantic:
|
|
||||||
stage: test
|
|
||||||
image: debian:bookworm
|
|
||||||
allow_failure: true
|
|
||||||
tags: []
|
|
||||||
before_script:
|
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
|
||||||
- apt-get -y update
|
|
||||||
- apt-get -y install eatmydata ca-certificates
|
|
||||||
- eatmydata apt-get -y install appstream
|
|
||||||
script:
|
|
||||||
- appstreamcli validate --pedantic data/org.gnome.Calls.metainfo.xml
|
|
||||||
|
|
||||||
package-debian-bookworm:
|
package-debian-bookworm:
|
||||||
tags: []
|
tags: []
|
||||||
extends: .l5-build-debian-package
|
extends: .l5-build-debian-package
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ appstreamcli = find_program('appstreamcli', required: false)
|
|||||||
if appstreamcli.found()
|
if appstreamcli.found()
|
||||||
test('Validate metainfo file', appstreamcli,
|
test('Validate metainfo file', appstreamcli,
|
||||||
args: ['validate',
|
args: ['validate',
|
||||||
|
'--pedantic',
|
||||||
join_paths(meson.current_source_dir(),
|
join_paths(meson.current_source_dir(),
|
||||||
'org.gnome.Calls.metainfo.xml')
|
'org.gnome.Calls.metainfo.xml')
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user