Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Apitzsch <git@apitzsch.eu>2020-12-22 13:37:24 +0300
committerPhilipp Hörist <philipp@hoerist.com>2020-12-22 20:04:30 +0300
commit51107584780407ef2c4c3a6b42878200aaf645dd (patch)
treea8abce0577e7aacd8651ae7af272129247dc5750
parent9095045bc0e3da8490497d179554fcf233b4cbdf (diff)
CI: Validate final appdata file
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e39c5c3a..a822efa03 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,8 @@ run-tests:
run-appdata:
stage: test
script:
- - appstream-util validate data/org.gajim.Gajim.appdata.xml.in
+ - python3 setup.py build
+ - appstream-util validate build/data/org.gajim.Gajim.appdata.xml
run-build:
stage: build