From b143f7e10d75833e8ca05fdf76b767f46d7e00d2 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Mon, 22 May 2023 07:29:15 +0200 Subject: [PATCH] Disable Windows testing (issue between PySide6, wine & Xvfb). Reinstating windows building. --- ci/drone.yml | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/ci/drone.yml b/ci/drone.yml index 710c96c..3c69c83 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -20,30 +20,29 @@ steps: when: event: [ push, tag ] -- name: Windows test - image: ad5001/ubuntu-pyside6-xvfb-wine:win7-6.5.0 - commands: - - # For some reason, launching GUI apps with wine, even with xvfb-run, fails. - - 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 ] - +# - name: Windows test +# image: ad5001/ubuntu-pyside6-xvfb-wine:win7-6.5.0 +# commands: +# - # For some reason, launching GUI apps with wine, even with xvfb-run, fails. +# - 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 ] # - name: Linux packaging -# image: ad5001/accountfree-build-img:hirsute-5.15.2 +# image: ad5001/ubuntu-pyside6-xvfb:jammy-6.5.0 # commands: # - bash scripts/package-linux.sh # when: # event: [ push, tag ] -# -# -# - name: Windows building -# image: ad5001/accountfree-build-img-wine:win7-5.15.2 -# commands: -# - bash scripts/build-wine.sh -# - bash scripts/package-wine.sh -# when: -# event: [ push, tag ] -# + + +- name: Windows building + image: ad5001/ubuntu-pyside6-xvfb-wine:win7-6.5.0 + commands: + - bash scripts/build-wine.sh + - bash scripts/package-wine.sh + when: + event: [ push, tag ] +