[ci][desktop] add appstream check

Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
This commit is contained in:
Francesco Gazzetta 2022-04-05 14:15:22 +02:00 committed by Alexander Borsuk
parent 395b1b1151
commit 14fabe1a2c

View file

@ -148,3 +148,26 @@ jobs:
-e routing_consistency_tests \
-e opening_hours_supported_features_tests \
-e storage_integration_tests \
linux-appstream:
name: Linux validate appstream data
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install appstream validator
shell: bash
run: |
sudo apt update -y
sudo apt install -y \
flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# We get it from flathub to ensure we have a recent version
sudo flatpak install -y org.freedesktop.appstream-glib
- name: Validate appstream data
shell: bash
run: flatpak run org.freedesktop.appstream-glib validate --nonet qt/res/app.organicmaps.desktop.metainfo.xml