From d19008355c2a6c5f7461ff106aa51026b359cfbd Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 26 Jan 2022 19:53:22 +0100 Subject: [PATCH] Since windows testing now seems to work, don't mind if I do! --- ci/drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/drone.yml b/ci/drone.yml index 8e65804..0eb4b7a 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -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 ]