From a685e7184a788bb7e4c0742f70717745913b395c Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 30 Jan 2025 08:28:37 +0100 Subject: [PATCH] test: Check POT build in our CI Our other projects do that as well. Running it only in Cirrus CI is prone to forgetting about it, as derived projects often disable that. --- test/run | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run b/test/run index 5c14f0d..02e373f 100755 --- a/test/run +++ b/test/run @@ -10,3 +10,4 @@ export RUN_TESTS_OPTIONS=--track-naughties make codecheck make check +make po/starter-kit.pot