From 44520f6e01580d6bada88b47e5b77e6bee023ac6 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Thu, 9 Mar 2023 10:19:47 +0100 Subject: [PATCH] ci: Run libvirt-pot-check in potfile job MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The potfile job will fail unless all format strings are permutable (checked by meson compile libvirt-pot-check). Signed-off-by: Jiri Denemark Reviewed-by: Daniel P. Berrangé --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bf6e5c6b0..3a36c0ef18 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.47.2