Adding building translations in CI.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
c3daa92280
commit
836d13386e
1 changed files with 2 additions and 0 deletions
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in a new issue