This commit is contained in:
parent
309b0fafb0
commit
b5bdbb6294
1 changed files with 11 additions and 0 deletions
11
ci/drone.yml
11
ci/drone.yml
|
@ -11,6 +11,17 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
image: node:18-bookworm
|
||||||
|
commands:
|
||||||
|
- npm install
|
||||||
|
- apt install -y qtchooser qttools5-dev-tools
|
||||||
|
# Start building
|
||||||
|
- cd LogarithmPlotter/i18n && bash release.sh && cd ../..
|
||||||
|
- npm run build
|
||||||
|
when:
|
||||||
|
event: [ push, tag ]
|
||||||
|
|
||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex
|
image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue