Adding building for JS
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ad5001 2024-09-26 03:24:57 +02:00
parent 309b0fafb0
commit b5bdbb6294
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -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: