Adding building translations in CI.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ad5001 2024-09-19 18:19:35 +02:00
parent c3daa92280
commit 836d13386e
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -14,6 +14,8 @@ steps:
- name: Unit Tests - name: Unit Tests
image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex
commands: commands:
- apt install -y qt6-l10n-tools
- cd LogarithmPlotter/i18n && bash release.sh
- xvfb-run bash scripts/run-tests.sh - xvfb-run bash scripts/run-tests.sh
when: when:
event: [ push, tag ] event: [ push, tag ]