mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
Include platform dependency targets to android nightly yaml
Also update windows target to use latest windows version Change-Id: If4e5568f4d138cba21296176e056757f59061bdb Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
Version: 2
|
||||
Include: [
|
||||
cmake_platforms.yaml: [
|
||||
Windows10_22H2-Mingw11-x64-host,
|
||||
RHEL-8.4-host
|
||||
],
|
||||
macos.yaml: [
|
||||
macos-latest-xcode-universal-packaging-build
|
||||
]
|
||||
]
|
||||
Configurations:
|
||||
-
|
||||
Id: 'android-arm64-on-macos'
|
||||
@@ -17,12 +26,12 @@ Configurations:
|
||||
'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_LATEST}}'
|
||||
]
|
||||
-
|
||||
Template: 'qtci-windows-10_21H2-x86_64-51'
|
||||
Template: 'qtci-windows-10_22H2-x86_64-50'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'Mingw'
|
||||
Target compiler: 'Clang'
|
||||
Platform dependency: 'Windows10_21H2-Mingw11-x64-host'
|
||||
Platform dependency: 'Windows10_22H2-Mingw11-x64-host'
|
||||
Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
|
||||
Environment variables: [
|
||||
'Path={{.Env.MINGW1120}}\bin;{{.Env.Path}}',
|
||||
|
||||
Reference in New Issue
Block a user