[multimedia/kid3] /: CI: Update Windows build
Urs Fleisch <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 988587d3ef14180b0d8ee1fbf39cce1391bea3e9 by Urs Fleisch.
Committed on 22/07/2026 at 10:59.
Pushed by ufleisch into branch 'master'.
CI: Update Windows build
M +5 -4 .kid3-cd.yml
https://invent.kde.org/multimedia/kid3/-/commit/988587d3ef14180b0d8ee1fbf39cce1391bea3e9
diff --git a/.kid3-cd.yml b/.kid3-cd.yml
index 0cfbd359..fd0fc3a7 100644
--- a/.kid3-cd.yml
+++ b/.kid3-cd.yml
@@ -154,9 +154,10 @@ kid3_windows_amd64:
rules:
- when: manual
allow_failure: true
- image: invent-registry.kde.org/sysadmin/ci-images/windows-msvc2022:latest
+ image: storage.kde.org/vm-images/windows-msvc2022-qt611
tags:
- - Windows
+ - VM
+ - amd64
variables:
GIT_STRATEGY: none
KID3_CI_PLATFORM: windows
@@ -181,10 +182,10 @@ kid3_windows_amd64:
- Set-Location build-$env:KID3_CI_PLATFORM
- $env:CHERE_INVOKING='enabled_from_arguments'
- $env:MSYSTEM='MINGW64'
- - C:/Msys2/usr/bin/bash -l -c 'pacman -S --noconfirm
+ - C:/Msys2/usr/bin/bash -l -c 'pacman -S --noconfirm --needed --disable-download-timeout
git patch autoconf automake make docbook-xsl mingw-w64-x86_64-make
mingw-w64-x86_64-ninja mingw-w64-x86_64-nasm mingw-w64-x86_64-libtool
- mingw-w64-x86_64-libxslt mingw-w64-x86_64-cmake p7zip;
+ mingw-w64-x86_64-libxslt mingw-w64-x86_64-cmake p7zip perl;
../kid3/build.sh getqt;
PATH=$(pwd)/qt-6.5.3/Tools/mingw1120_64/bin:$(pwd)/qt-6.5.3/Tools/mingw1120_64/opt/bin:$(pwd)/qt-6.5.3/6.5.3/mingw_64/bin:$PATH;
../kid3/build.sh'