mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Graphichs Platform: X11 (System default) in image with suffix 50
Graphics Platform: Wayland (Plasma (Wayland) in image with suffix 51
Task-number: QTQAINFRA-5049
Change-Id: If4b208bc12bd272c757aac61ffc9ef7a88df8f7c
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
(cherry picked from commit 9c21dd75d2)
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
27 lines
1.3 KiB
YAML
27 lines
1.3 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Template: 'qtci-linux-openSUSE-15.4-x86_64-50'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'OpenSUSE-15.4-host'
|
|
Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'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',
|
|
'CONAN_HOST_PROFILE=coin/conan/profiles/ci-linux-x86_64-gcc-debug-developer',
|
|
'CONAN_PROFILE=coin/conan/profiles/ci-linux-webassembly-x86_64-clang'
|
|
]
|
|
-
|
|
Id: 'webassembly-thread-asyncify'
|
|
Template: 'qtci-linux-openSUSE-15.4-x86_64-50'
|
|
Target os: 'WebAssembly'
|
|
Compiler: 'GCC'
|
|
Platform dependency: 'OpenSUSE-15.4-host'
|
|
Features: ['Sccache', 'DisableTests']
|
|
Environment variables: [
|
|
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
'TARGET_CONFIGURE_ARGS=-DQT_QMAKE_TARGET_MKSPEC=wasm-emscripten -DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DFEATURE_thread=ON -DQT_QMAKE_DEVICE_OPTIONS="QT_EMSCRIPTEN_ASYNCIFY=1"',
|
|
'NON_QTBASE_TARGET_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache']
|