mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
add missing architectures for Azure Pipelines
This commit is contained in:
@@ -192,16 +192,16 @@ linux_build_jobs.extend(
|
|||||||
"install-doc", "6.1.0", "linux", "desktop", "gcc_64", "gcc_64", subarchives="qtdoc"
|
"install-doc", "6.1.0", "linux", "desktop", "gcc_64", "gcc_64", subarchives="qtdoc"
|
||||||
),
|
),
|
||||||
# test for list commands
|
# test for list commands
|
||||||
BuildJob('list', '5.15.2', 'linux', 'desktop', '', '', spec="<6", list_options={
|
BuildJob('list', '5.15.2', 'linux', 'desktop', 'gcc_64', '', spec="<6", list_options={
|
||||||
'HAS_EXTENSIONS': "True",
|
'HAS_EXTENSIONS': "True",
|
||||||
}),
|
}),
|
||||||
BuildJob('list', '6.1.0', 'linux', 'android', '', '', spec=">6.0,<6.1.1", list_options={
|
BuildJob('list', '6.1.0', 'linux', 'android', 'android_armv7', '', spec=">6.0,<6.1.1", list_options={
|
||||||
'HAS_EXTENSIONS': "True",
|
'HAS_EXTENSIONS': "True",
|
||||||
'USE_EXTENSION': "armv7",
|
'USE_EXTENSION': "armv7",
|
||||||
}),
|
}),
|
||||||
# tests run on linux but query data about other platforms
|
# tests run on linux but query data about other platforms
|
||||||
BuildJob('list', '5.14.1', 'mac', 'ios', '', '', spec="<=5.14.1", list_options={}),
|
BuildJob('list', '5.14.1', 'mac', 'ios', 'ios', '', spec="<=5.14.1", list_options={}),
|
||||||
BuildJob('list', '5.13.1', 'windows', 'winrt', '', '', spec=">5.13.0,<5.13.2", list_options={}),
|
BuildJob('list', '5.13.1', 'windows', 'winrt', 'win64_msvc2015_winrt_x64', '', spec=">5.13.0,<5.13.2", list_options={}),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
mac_build_jobs.extend(
|
mac_build_jobs.extend(
|
||||||
|
|||||||
Reference in New Issue
Block a user