[gnome-initial-setup/pot-msgid-bugs-address: 2/2] ci: check .pot generation works



commit e8d7760dca03cbf8bbba4a79baa3e9e006e3c971
Author: Will Thompson <will willthompson co uk>
Date:   Mon Jan 14 10:42:21 2019 +0000

    ci: check .pot generation works

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e8ccc9..c4b124a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,8 @@ before_script:
     - meson -Dregion-page=${REGION_PAGE} --auto-features ${AUTO_FEATURES} _build .
     - cd _build
     - ninja
+    # Check that strings can be extracted
+    - ninja gnome-initial-setup-pot
     - meson test
   artifacts:
     when: on_failure


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]