From 836d13386e900a2ff461545adafb2695a63c79dc Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 19 Sep 2024 18:19:35 +0200 Subject: [PATCH] Adding building translations in CI. --- ci/drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/drone.yml b/ci/drone.yml index ce10ce6..c846ad5 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -14,6 +14,8 @@ steps: - name: Unit Tests image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex commands: + - apt install -y qt6-l10n-tools + - cd LogarithmPlotter/i18n && bash release.sh - xvfb-run bash scripts/run-tests.sh when: event: [ push, tag ]