aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2023-03-22 11:39:16 +0200
committerAntti Kokko <antti.kokko@qt.io>2023-03-22 11:53:30 +0200
commit757c8568d433f1d54b14855474d8dd9f1eabdd11 (patch)
treed76bb6532d02e637ca09b7e8529ca663ea24ba93
parent1510f564111ea06afebd9287544d12334974c816 (diff)
Add 'Packaging' feature to enable integration exports
Change-Id: I0bd49273f70d92f9cb11d1be6348be94a756067d Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
-rw-r--r--coin/platform_configs/default.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml
index 46db498..c7b2648 100644
--- a/coin/platform_configs/default.yaml
+++ b/coin/platform_configs/default.yaml
@@ -5,13 +5,13 @@ Configurations:
Id: 'licheck-rhel'
Template: 'qtci-linux-RHEL-7.6-x86_64'
Compiler: 'GCC'
- Features: ['DisableTests']
+ Features: ['Packaging', 'DisableTests']
Environment variables: [
'COMMON_CMAKE_ARGS=-DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++']
-
Id: 'licheck-windows'
Template: 'qtci-windows-10_21H2-x86_64-51'
Compiler: 'MSVC2022'
- Features: ['DisableTests']
+ Features: ['Packaging', 'DisableTests']
Environment variables: [
'COMMON_CMAKE_ARGS=-DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe']