mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-09 13:25:35 +00:00
ci: Run relaxed appstream validation during tests
If appstream-util is installed the tests will run `appstream validate-relax` on
the metainfo file.
(cherry picked from commit 43fb8504e8
)
This commit is contained in:
parent
7e980e2153
commit
3f8e6e4593
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ build:native:
|
|||
- export DEBIAN_FRONTEND=noninteractive
|
||||
- apt-get -y update
|
||||
- apt-get -y install eatmydata
|
||||
- eatmydata apt-get -y install lcov
|
||||
- eatmydata apt-get -y install lcov ca-certificates appstream-util
|
||||
- '[ "${WANT_BUILD_DEPS}" != "true" ] || eatmydata apt-get -y build-dep .'
|
||||
- ulimit -c unlimited
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue