FIxing building location
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
48427b7923
commit
956de5f9e3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ steps:
|
|||
image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex
|
||||
commands:
|
||||
- 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
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
|
|
Loading…
Reference in a new issue