aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-06-10 11:15:19 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-12 18:01:17 +0000
commitc50755aabc29ad14f66d1363e17825cced31d60d (patch)
tree9474329a98bb739e357de21cb1e86a3437d8c764
parent65a882504ddb3e4575e53ffb60eb3e38b2b50837 (diff)
coin: Fix iOS tests configuration to pass -debug-and-release
Task-number: QTQAINFRA-4357 Task-number: QTQAINFRA-4815 Change-Id: I578e1238ea187ade908d8174c0c6e5f7a9a9f66f Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 6b2298dacfa8369c6ae152f244797f39ad9868ad) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/platform_configs/ios-tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/ios-tests.yaml b/coin/platform_configs/ios-tests.yaml
index 5fe30e18..71f1d032 100644
--- a/coin/platform_configs/ios-tests.yaml
+++ b/coin/platform_configs/ios-tests.yaml
@@ -10,5 +10,5 @@ Configurations:
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
Features: ['Sccache', 'DebugAndRelease', 'MinimalStaticTests', 'UseConfigure']
Environment variables: [
- 'TARGET_CONFIGURE_ARGS=debug-and-release -nomake examples -platform macx-ios-clang'
+ 'TARGET_CONFIGURE_ARGS=-debug-and-release -nomake examples -platform macx-ios-clang'
]