From: Jiri Denemark Date: Thu, 9 Mar 2023 09:19:47 +0000 (+0100) Subject: ci: Run libvirt-pot-check in potfile job X-Git-Tag: v9.3.0-rc1~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44520f6e01580d6bada88b47e5b77e6bee023ac6;p=thirdparty%2Flibvirt.git ci: Run libvirt-pot-check in potfile job 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é --- 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'