ci: Run relaxed appstream validation during tests

If appstream-util is installed the tests will run `appstream validate-relax` on
the metainfo file.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-10-19 12:14:23 +02:00
parent 65f487f1e8
commit 43fb8504e8

View File

@@ -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: