mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
ci: Validate appstream metadata
This commit is contained in:
parent
3778f6dea3
commit
2d6cc5e65b
1 changed files with 11 additions and 0 deletions
|
@ -79,6 +79,17 @@ check-po:
|
|||
- cd po/
|
||||
- intltool-update -m 2>&1 | grep -qs '/.*\.c' && { intltool-update -m; exit 1; } || exit 0
|
||||
|
||||
validate-metadata:
|
||||
stage: test
|
||||
image: debian:bullseye
|
||||
tags: []
|
||||
before_script:
|
||||
- export DEBIAN_FRONTEND=noninteractive
|
||||
- apt-get -y update
|
||||
- apt-get -y install appstream-util
|
||||
script:
|
||||
- appstream-util validate data/org.gnome.Calls.metainfo.xml
|
||||
|
||||
package-debian-bullseye:
|
||||
variables:
|
||||
EXP_DEPS: libhandy-1-dev/experimental libhandy-1-0/experimental gir1.2-handy-1/experimental libgladeui-common/experimental
|
||||
|
|
Loading…
Reference in a new issue