The potfile job will fail unless all format strings are permutable
(checked by meson compile libvirt-pot-check).
Signed-off-by: Jiri Denemark <jdenemar(a)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