Updating images for CI

This commit is contained in:
Ad5001 2024-01-11 01:49:29 +01:00
parent d0851b819f
commit 2d6389bfd5
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -12,7 +12,7 @@ steps:
- git submodule update --init --recursive - git submodule update --init --recursive
- name: Linux test - name: Linux test
image: ad5001/ubuntu-pyside6-xvfb:jammy-6.5.0 image: ad5001/ubuntu-pyside6-xvfb:jammy-6.6.1
commands: commands:
- 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
@ -39,7 +39,7 @@ steps:
- name: Windows building - name: Windows building
image: ad5001/ubuntu-pyside6-xvfb-wine:win7-6.5.0-rev1 image: ad5001/ubuntu-pyside6-xvfb-wine:win10-6.6.1
commands: commands:
- bash scripts/build-wine.sh - bash scripts/build-wine.sh
- bash scripts/package-wine.sh - bash scripts/package-wine.sh