]> xenbits.xensource.com Git - libvirt.git/commitdiff
ci: Run libvirt-pot-check in potfile job
authorJiri Denemark <jdenemar@redhat.com>
Thu, 9 Mar 2023 09:19:47 +0000 (10:19 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Sat, 1 Apr 2023 09:40:41 +0000 (11:40 +0200)
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>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
.gitlab-ci.yml

index 8bf6e5c6b069d58a2eb1022b28c30fb95c0ac23d..3a36c0ef1860bfb32d4dced4043d06fa2b7d8836 100644 (file)
@@ -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'