Adding revision to CI building image.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
b143f7e10d
commit
4be92a07e3
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ steps:
|
||||||
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-rev1
|
||||||
# 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
|
||||||
|
@ -39,7 +39,7 @@ steps:
|
||||||
|
|
||||||
|
|
||||||
- name: Windows building
|
- name: Windows building
|
||||||
image: ad5001/ubuntu-pyside6-xvfb-wine:win7-6.5.0
|
image: ad5001/ubuntu-pyside6-xvfb-wine:win7-6.5.0-rev1
|
||||||
commands:
|
commands:
|
||||||
- bash scripts/build-wine.sh
|
- bash scripts/build-wine.sh
|
||||||
- bash scripts/package-wine.sh
|
- bash scripts/package-wine.sh
|
||||||
|
|
Loading…
Reference in a new issue