Add a build job that uses --autodesktop on Windows

This test uses an arch for Qt that is not the hardcoded "mingw81_64";
hopefully this will ensure that a passing implementation will not
hardcode the architecture.
This commit is contained in:
Dave Dalcino
2022-07-24 18:01:59 -07:00
parent 5563b3e7b2
commit 0fcf201e74

View File

@@ -279,6 +279,12 @@ linux_build_jobs.extend(
[BuildJob("install-qt", "6.1.0", "linux", "android", "android_armv7", "android_armv7", is_autodesktop=True)]
)
# Qt 6.3.0 for Windows-Android has win64_mingw available, but not win64_mingw81.
# This will test that the path to mingw is not hardcoded.
windows_build_jobs.extend(
[BuildJob("install-qt", "6.3.0", "windows", "android", "android_armv7", "android_armv7", is_autodesktop=True)]
)
# Test binary patch of qmake
linux_build_jobs.extend(
[