From ed593ab53d7fdca14dfbaa48fc6bd74e773f0c9e Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 10 Jun 2022 11:15:19 +0200 Subject: [PATCH] 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 (cherry picked from commit 6b2298dacfa8369c6ae152f244797f39ad9868ad) --- coin/platform_configs/ios-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ]