FIxing building location
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2024-09-19 21:57:41 +02:00
parent 48427b7923
commit 956de5f9e3
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -15,7 +15,7 @@ steps:
image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex
commands: commands:
- apt install -y qtchooser qttools5-dev-tools - apt install -y qtchooser qttools5-dev-tools
- cd LogarithmPlotter/i18n && bash release.sh - cd LogarithmPlotter/i18n && bash release.sh && cd ../..
- xvfb-run bash scripts/run-tests.sh - xvfb-run bash scripts/run-tests.sh
when: when:
event: [ push, tag ] event: [ push, tag ]