summaryrefslogtreecommitdiffstats
path: root/coin/instructions/prepare_building_env.yaml
diff options
context:
space:
mode:
authorMatti Paaso <matti.paaso@qt.io>2023-09-05 13:54:13 +0300
committerMatti Paaso <matti.paaso@qt.io>2023-10-05 17:51:11 +0300
commitfc9d9c1a2b72bd6ff6e0300744dcead2a19a804c (patch)
tree401100bd591c556750025188e9d8e222a826db9a /coin/instructions/prepare_building_env.yaml
parent9d32288a3806fb7d7ac938e71d7d49702b16be93 (diff)
Change Axivion configuration
Change-Id: Ie39086efa69b7f1bad4e400ca5a32b9f0fc29c3e Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'coin/instructions/prepare_building_env.yaml')
-rw-r--r--coin/instructions/prepare_building_env.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/coin/instructions/prepare_building_env.yaml b/coin/instructions/prepare_building_env.yaml
index 53fc2ae60c..e41f7eea4d 100644
--- a/coin/instructions/prepare_building_env.yaml
+++ b/coin/instructions/prepare_building_env.yaml
@@ -26,6 +26,16 @@ instructions:
property: host.os
equals_value: Windows
+ # Enable Axivion_analysis for Qt
+ - type: EnvironmentVariable
+ variableName: AXIVION_ANALYSIS
+ variableValue: "1"
+ enable_if:
+ condition: property
+ property: features
+ contains_value: Axivion
+
+
# Export ICC specific env. variables
- type: Group
instructions: