From fceb5e711c58ca97b0a00a21fb8326331b8acb9b Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 19 Sep 2024 20:21:04 +0200 Subject: [PATCH] Upgrading CI images --- ci/drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/drone.yml b/ci/drone.yml index c846ad5..2c225a5 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -12,7 +12,7 @@ steps: - git submodule update --init --recursive - name: Unit Tests - image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex + image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex commands: - apt install -y qt6-l10n-tools - cd LogarithmPlotter/i18n && bash release.sh @@ -21,7 +21,7 @@ steps: event: [ push, tag ] - name: File Tests - image: ad5001/ubuntu-pyside6-xvfb:noble-6.7.2-latex + image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex 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 @@ -30,7 +30,7 @@ steps: event: [ push, tag ] - name: Windows build - image: ad5001/ubuntu-pyside6-xvfb-wine:win10-6.7.2 + image: ad5001/ubuntu-pyside-xvfb:wine-6-latest commands: - bash scripts/build-wine.sh - bash scripts/package-wine.sh