Upgrading CI images
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ad5001 2024-09-19 20:21:04 +02:00
parent 836d13386e
commit fceb5e711c
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: Unit Tests - name: Unit Tests
image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex
commands: commands:
- apt install -y qt6-l10n-tools - apt install -y qt6-l10n-tools
- cd LogarithmPlotter/i18n && bash release.sh - cd LogarithmPlotter/i18n && bash release.sh
@ -21,7 +21,7 @@ steps:
event: [ push, tag ] event: [ push, tag ]
- name: File Tests - name: File Tests
image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex
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
@ -30,7 +30,7 @@ steps:
event: [ push, tag ] event: [ push, tag ]
- name: Windows build - name: Windows build
image: ad5001/ubuntu-pyside6-xvfb-wine:win10-6.7.2 image: ad5001/ubuntu-pyside-xvfb:wine-6-latest
commands: commands:
- bash scripts/build-wine.sh - bash scripts/build-wine.sh
- bash scripts/package-wine.sh - bash scripts/package-wine.sh