mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 17:56:11 +08:00
The same wasm binary is used in every hosts so it doesn't matter in which host the build is done. That's why move the build from intel mac to linux to save limited intel mac resources Change-Id: I13212fc3950e90b6da4298a7cf8b67c7fa96cfb8 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
43 lines
2.0 KiB
YAML
43 lines
2.0 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'webassembly-linux-thread-asyncify'
|
|
Template: 'qtci-linux-openSUSE-15.5-x86_64-51'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'opensuse-15.5-developer-build'
|
|
Features: ['Sccache', 'DoNotRunTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
"TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples -feature-thread \
|
|
-DQT_QMAKE_DEVICE_OPTIONS=\"QT_EMSCRIPTEN_ASYNCIFY=1\""
|
|
]
|
|
-
|
|
Id: 'webassembly-windows'
|
|
Template: 'qtci-windows-10_22H2-x86_64-51'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'Mingw'
|
|
Target compiler: 'Clang'
|
|
Platform dependency: 'windows-10_22h2-mingw11'
|
|
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',
|
|
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_pkg_config=OFF -DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH={{.Env.Protobuf_ROOT_mingw}} -DFEATURE_native_grpc=OFF -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR={{.Env.Protobuf_ROOT_mingw}}/include',
|
|
]
|
|
-
|
|
Id: 'webassembly-linux-thread'
|
|
Template: 'qtci-linux-openSUSE-15.5-x86_64-51'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'opensuse-15.5-developer-build'
|
|
Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples -feature-thread',
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH=/usr/local -DFEATURE_native_grpc=OFF -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
|
]
|