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 6b2298dacf)
This commit is contained in:
Alexandru Croitor
2022-06-10 11:15:19 +02:00
parent 39d94c90ee
commit ed593ab53d

View File

@@ -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'
]