This commit is contained in:
parent
faae76fbbd
commit
3d0cda87c9
1 changed files with 7 additions and 7 deletions
14
ci/drone.yml
14
ci/drone.yml
|
@ -14,9 +14,9 @@ steps:
|
||||||
- name: Linux test
|
- name: Linux test
|
||||||
image: ad5001/ubuntu-pyside2-xvfb:hirsute-5.15.2
|
image: ad5001/ubuntu-pyside2-xvfb:hirsute-5.15.2
|
||||||
commands:
|
commands:
|
||||||
- xvfb-run python3 run.py --test-build
|
- xvfb-run python3 run.py --test-build --no-check-for-updates
|
||||||
- xvfb-run python3 run.py --test-build ./ci/test1.lpf
|
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test1.lpf
|
||||||
- xvfb-run python3 run.py --test-build ./ci/test2.lpf
|
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test2.lpf
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ steps:
|
||||||
image: ad5001/ubuntu-pyside2-xvfb-wine:win7-5.15.2
|
image: ad5001/ubuntu-pyside2-xvfb-wine:win7-5.15.2
|
||||||
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
|
- 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/test1.lpf
|
||||||
- #xvfb-run python run.py --test-build ./ci/test2.lpf
|
- #xvfb-run python run.py --test-build ./ci/test2.lpf
|
||||||
when:
|
when:
|
||||||
|
@ -34,7 +34,7 @@ steps:
|
||||||
- name: Linux packaging
|
- name: Linux packaging
|
||||||
image: ad5001/accountfree-build-img:hirsute-5.15.2
|
image: ad5001/accountfree-build-img:hirsute-5.15.2
|
||||||
commands:
|
commands:
|
||||||
- bash package-linux.sh
|
- bash scripts/package-linux.sh
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
|
|
||||||
|
@ -42,8 +42,8 @@ steps:
|
||||||
- name: Windows building
|
- name: Windows building
|
||||||
image: ad5001/accountfree-build-img-wine:win7-5.15.2
|
image: ad5001/accountfree-build-img-wine:win7-5.15.2
|
||||||
commands:
|
commands:
|
||||||
- bash build-wine.sh
|
- bash scripts/build-wine.sh
|
||||||
- bash package-wine.sh
|
- bash scripts/package-wine.sh
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue