aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/webos.yaml
blob: 277d21e58d22e38c82702d3da0b5e8d0bec8f4a6 (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
Version: 2
Module only: true
Configurations:
  - Id: 'WebOS-emulator-build'
    Template: 'qtci-linux-Ubuntu-20.04-x86_64-51'
    Compiler: 'GCC'
    Features: ['DoNotRunTests']
    Environment variables: ['BUILD_EMULATOR=enabled']
  - Id: 'WebOS-emulator-qtbase-tests'
    Template: 'qtci-linux-Ubuntu-20.04-x86_64-51'
    Compiler: 'GCC'
    Features: ['TestOnly']
    Environment variables: ['MODULE=qtbase']
    Platform dependency: 'WebOS-emulator-build'
  - Id: 'WebOS-emulator-qtdeclarative-tests'
    Template: 'qtci-linux-Ubuntu-20.04-x86_64-51'
    Compiler: 'GCC'
    Features: ['TestOnly']
    Environment variables: ['MODULE=qtdeclarative']
    Platform dependency: 'WebOS-emulator-build'
  - Id: 'WebOS-emulator-qtwayland-tests'
    Template: 'qtci-linux-Ubuntu-20.04-x86_64-51'
    Compiler: 'GCC'
    Features: ['TestOnly']
    Environment variables: ['MODULE=qtwayland']
    Platform dependency: 'WebOS-emulator-build'
  - Id: 'WebOS-emulator-qtshadertools-tests'
    Template: 'qtci-linux-Ubuntu-20.04-x86_64-51'
    Compiler: 'GCC'
    Features: ['TestOnly']
    Environment variables: ['MODULE=qtshadertools']
    Platform dependency: 'WebOS-emulator-build'
  - Id: 'WebOS-emulator-qtgraphicaleffects-tests'
    Template: 'qtci-linux-Ubuntu-20.04-x86_64-51'
    Compiler: 'GCC'
    Features: ['TestOnly']
    Environment variables: ['MODULE=qtgraphicaleffects']
    Platform dependency: 'WebOS-emulator-build'
  - Id: 'WebOS-raspberry-build'
    Template: 'qtci-linux-Ubuntu-20.04-x86_64-51'
    Compiler: 'GCC'
    Features: ['DoNotRunTests']
    Environment variables: ['BUILD_RASPBERRY=enabled']
  - Id: 'WebOS-NDK-installer-build'
    Template: 'qtci-linux-Ubuntu-20.04-x86_64-51'
    Compiler: 'GCC'
    Features: ['DoNotRunTests']
    Environment variables: ['BUILD_NDK_INSTALLER=enabled']
  - Id: 'WebOS-NDK-install'
    Template: 'qtci-linux-Ubuntu-20.04-x86_64-51'
    Compiler: 'GCC'
    Features: ['TestOnly']
    Platform dependency: ['WebOS-raspberry-build', 'WebOS-NDK-installer-build']
    Environment variables: ['TEST_INSTALL_NDK=enabled']