This commit is contained in:
parent
1142ca1c00
commit
b5600046e9
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ 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:
|
||||||
|
- pip3 install sympy
|
||||||
- xvfb-run python3 run.py --test-build --no-check-for-updates
|
- xvfb-run python3 run.py --test-build --no-check-for-updates
|
||||||
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test1.lpf
|
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test1.lpf
|
||||||
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test2.lpf
|
- xvfb-run python3 run.py --test-build --no-check-for-updates ./ci/test2.lpf
|
||||||
|
@ -24,6 +25,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.
|
||||||
|
- pip install sympy
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in a new issue