[libvirt PATCH 51/51] ci: Run libvirt-pot-check in potfile job

Jiri Denemark posted 51 patches 2 years, 9 months ago
[libvirt PATCH 51/51] ci: Run libvirt-pot-check in potfile job
Posted by Jiri Denemark 2 years, 9 months ago
The potfile job will fail unless all format strings are permutable
(checked by meson compile libvirt-pot-check).

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b72ebc493..cbaa6a5344 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -155,6 +155,7 @@ potfile:
     - meson setup build --werror || (cat build/meson-logs/meson-log.txt && exit 1)
     - ninja -C build libvirt-pot-dep
     - ninja -C build libvirt-pot
+    - ninja -C build libvirt-pot-check
     - cp po/libvirt.pot libvirt.pot
   artifacts:
     expose_as: 'Potfile'
-- 
2.39.2