Since windows testing now seems to work, don't mind if I do!
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2022-01-26 19:53:22 +01:00
parent 3d0cda87c9
commit d19008355c
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -24,9 +24,9 @@ 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.
- xvfb-run python run.py --no-check-for-updates --test-build
- #xvfb-run python run.py --test-build ./ci/test1.lpf
- #xvfb-run python run.py --test-build ./ci/test2.lpf
- 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
when:
event: [ push, tag ]