mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-23 06:41:06 +08:00
Use macOS 12 as the building platform for Qt. macOS 10.14 will be
deprecated as the building platform in Qt 6.5.
Change-Id: I14d850a489efced84aa1e7e294d2ae75f5efa3de
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit c0ecadc049)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
39 lines
1.5 KiB
YAML
39 lines
1.5 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Template: 'qtci-linux-openSUSE-15.3-x86_64-50'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'OpenSUSE-15.3-host'
|
|
Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples'
|
|
]
|
|
-
|
|
Template: 'qtci-windows-10_21H2-x86_64-51'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'Mingw'
|
|
Target compiler: 'Clang'
|
|
Platform dependency: 'Windows10_21H2-Mingw11-x64-host'
|
|
Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'Path={{.Env.EMSDK_PATH}};{{.Env.MINGW1120}}\bin;{{.Env.Path}}',
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples',
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_pkg_config=OFF'
|
|
]
|
|
-
|
|
Template: 'qtci-macos-12-x86_64-102'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'Clang'
|
|
Target compiler: 'Clang'
|
|
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
|
|
Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples',
|
|
'CONAN_HOST_PROFILE=coin/conan/profiles/linux-developer-x86_64-gcc',
|
|
'CONAN_PROFILE=coin/conan/profiles/linux-webassembly-x86_64-gcc'
|
|
]
|