From 43fb8504e8a6368baa5ca91a6f7e39c2238f39ee Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Tue, 19 Oct 2021 12:14:23 +0200 Subject: [PATCH] ci: Run relaxed appstream validation during tests If appstream-util is installed the tests will run `appstream validate-relax` on the metainfo file. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9090e16..87bea8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: