aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2021-09-17 13:02:16 +0300
committerHeikki Halmet <heikki.halmet@qt.io>2022-02-22 08:16:48 +0200
commitce51e1158ae28a14cabba770a1ba319397c5acfe (patch)
treec3312b948912694304ebffabd49a6d8734bf9ef3 /coin/platform_configs
parent1cc99e61dd68dfe747ff6e93918f02c089ee376f (diff)
Add webos targets
Pick-to: 6.3 Task-number: QTQAINFRA-4518 Change-Id: Ib198a9ec02993be6eed92a2a6f9d80659fc9d5d7 Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/webos.yaml54
1 files changed, 54 insertions, 0 deletions
diff --git a/coin/platform_configs/webos.yaml b/coin/platform_configs/webos.yaml
new file mode 100644
index 00000000..277d21e5
--- /dev/null
+++ b/coin/platform_configs/webos.yaml
@@ -0,0 +1,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']