Compare commits
No commits in common. "66b4c8df9062da27e787b5c6c8438826ec7bf208" and "70b1ac09f71dc5ea12b1cb4a0a848ef291659aa1" have entirely different histories.
66b4c8df90
...
70b1ac09f7
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ steps:
|
|||
- git submodule update --init --recursive
|
||||
|
||||
- name: Linux test
|
||||
image: ad5001/ubuntu-pyside6-xvfb:jammy-6.6.1
|
||||
image: ad5001/ubuntu-pyside6-xvfb:jammy-6.5.0
|
||||
commands:
|
||||
- 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
|
||||
|
@ -39,7 +39,7 @@ steps:
|
|||
|
||||
|
||||
- name: Windows building
|
||||
image: ad5001/ubuntu-pyside6-xvfb-wine:win10-6.6.1
|
||||
image: ad5001/ubuntu-pyside6-xvfb-wine:win7-6.5.0-rev1
|
||||
commands:
|
||||
- bash scripts/build-wine.sh
|
||||
- bash scripts/package-wine.sh
|
||||
|
|
Loading…
Reference in a new issue