summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-11-24 02:36:30 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2023-02-10 10:27:51 +0000
commitb344ee9d801a84c92c63054c41b58799292e37ef (patch)
tree8190c5336f2821048c3cac050a5706c8c759d4a2 /.gitlab-ci.yml
parent942a5ce3c8c3814758d672d52b431fbc9ddb878b (diff)
downloadgnome-contacts-b344ee9d801a84c92c63054c41b58799292e37ef.tar.gz
ci: Add a check for potfiles
Use Florian's script in gnome-shell as basis and adapt it to our needs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ff87cf..522832e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,10 @@ style-check:
paths:
- "style-check-junit-report.xml"
+i18n:
+ stage: review
+ script:
+ - ./.gitlab/ci/check-potfiles.sh
flatpak:
image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master
@@ -39,4 +43,4 @@ nightly:
nightly aarch64:
extends: '.publish_nightly'
- needs: ['flatpak@aarch64'] \ No newline at end of file
+ needs: ['flatpak@aarch64']