aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_wasm.yaml
blob: 147fb30167a03a2ae9968ed891296c512433aa33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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']
    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',
        'NON_QTBASE_TARGET_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache']