aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_wasm.yaml
blob: ea67829d059969d9094fef7381f06c90997d96e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Version: 2
Configurations:
-
    Id: 'webassembly-linux'
    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-linux-thread'
    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 -feature-thread',
    ]
-
    Id: 'webassembly-linux-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']
-
    Id: 'webassembly-windows'
    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',
        'CONAN_HOST_PROFILE=coin/conan/profiles/ci-windows-x86_64-mingw',
        'CONAN_PROFILE=coin/conan/profiles/ci-windows-webassembly-x86_64-clang']
-
    Id: 'webassembly-windows-thread'
    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 -feature-thread',
        'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_pkg_config=OFF',
    ]
-
    Id: 'webassembly-macos'
    Template: 'qtci-macos-12-x86_64-105'
    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/ci-macos-universal-clang',
        'CONAN_PROFILE=coin/conan/profiles/ci-macos-webassembly-x86_64-clang'
    ]
-
    Id: 'webassembly-macos-thread'
    Template: 'qtci-macos-12-x86_64-105'
    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 -feature-thread',
    ]