mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 13:14:37 +03:00
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:
@@ -279,6 +279,12 @@ linux_build_jobs.extend(
|
|||||||
[BuildJob("install-qt", "6.1.0", "linux", "android", "android_armv7", "android_armv7", is_autodesktop=True)]
|
[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
|
# Test binary patch of qmake
|
||||||
linux_build_jobs.extend(
|
linux_build_jobs.extend(
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user