Changing build process to reflect changes.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ad5001 2022-03-06 23:36:10 +01:00
parent 2ce66df4dd
commit ec90779912
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -14,7 +14,7 @@ steps:
- name: Linux test
image: ad5001/ubuntu-pyside2-xvfb:hirsute-5.15.2
commands:
- pip3 install sympy
- apt install texlive-latex-base dvipng
- xvfb-run python3 run.py --test-build --no-check-for-updates
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test1.lpf
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test2.lpf
@ -25,7 +25,6 @@ steps:
image: ad5001/ubuntu-pyside2-xvfb-wine:win7-5.15.2
commands:
- # For some reason, launching GUI apps with wine, even with xvfb-run, fails.
- pip install sympy
- xvfb-run python run.py --test-build --no-check-for-updates
- xvfb-run python run.py --test-build --no-check-for-updates ./ci/test1.lpf
- xvfb-run python run.py --test-build --no-check-for-updates ./ci/test2.lpf