Moving drone configuration to CI.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7cc126db00
commit
87c855e8a1
3 changed files with 4 additions and 4 deletions
|
@ -15,8 +15,8 @@ steps:
|
||||||
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
|
||||||
- xvfb-run python3 run.py --test-build ./.drone/test1.lpf
|
- xvfb-run python3 run.py --test-build ./ci/test1.lpf
|
||||||
- xvfb-run python3 run.py --test-build ./.drone/test2.lpf
|
- xvfb-run python3 run.py --test-build ./ci/test2.lpf
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@ steps:
|
||||||
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 --test-build
|
||||||
- #xvfb-run python run.py --test-build ./.drone/test1.lpf
|
- #xvfb-run python run.py --test-build ./ci/test1.lpf
|
||||||
- #xvfb-run python run.py --test-build ./.drone/test2.lpf
|
- #xvfb-run python run.py --test-build ./ci/test2.lpf
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
|
|
Loading…
Reference in a new issue