Disable Windows testing (issue between PySide6, wine & Xvfb).
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reinstating windows building.
This commit is contained in:
parent
0ac690d0c1
commit
b143f7e10d
1 changed files with 20 additions and 21 deletions
41
ci/drone.yml
41
ci/drone.yml
|
@ -20,30 +20,29 @@ steps:
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
|
|
||||||
- name: Windows test
|
# - name: Windows test
|
||||||
image: ad5001/ubuntu-pyside6-xvfb-wine:win7-6.5.0
|
# image: ad5001/ubuntu-pyside6-xvfb-wine:win7-6.5.0
|
||||||
commands:
|
# commands:
|
||||||
- # For some reason, launching GUI apps with wine, even with xvfb-run, fails.
|
# - # 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
|
||||||
- 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/test1.lpf
|
||||||
- xvfb-run python run.py --test-build --no-check-for-updates ./ci/test2.lpf
|
# - xvfb-run python run.py --test-build --no-check-for-updates ./ci/test2.lpf
|
||||||
when:
|
# when:
|
||||||
event: [ push, tag ]
|
# event: [ push, tag ]
|
||||||
|
|
||||||
|
|
||||||
# - name: Linux packaging
|
# - name: Linux packaging
|
||||||
# image: ad5001/accountfree-build-img:hirsute-5.15.2
|
# image: ad5001/ubuntu-pyside6-xvfb:jammy-6.5.0
|
||||||
# commands:
|
# commands:
|
||||||
# - bash scripts/package-linux.sh
|
# - bash scripts/package-linux.sh
|
||||||
# when:
|
# when:
|
||||||
# event: [ push, tag ]
|
# event: [ push, tag ]
|
||||||
#
|
|
||||||
#
|
|
||||||
# - name: Windows building
|
- name: Windows building
|
||||||
# image: ad5001/accountfree-build-img-wine:win7-5.15.2
|
image: ad5001/ubuntu-pyside6-xvfb-wine:win7-6.5.0
|
||||||
# commands:
|
commands:
|
||||||
# - bash scripts/build-wine.sh
|
- bash scripts/build-wine.sh
|
||||||
# - bash scripts/package-wine.sh
|
- bash scripts/package-wine.sh
|
||||||
# when:
|
when:
|
||||||
# event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
#
|
|
||||||
|
|
Loading…
Reference in a new issue