aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-28 13:10:32 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-28 18:09:20 +0100
commit7143bb3079e6afc4c38dbec501f17cb8829547dc (patch)
tree85db7550f3ebfcc55b7db47b5b5bcfa8ee6fa8c8 /coin
parent37c0cf82aeffd08678f702d49377652605778679 (diff)
Make iOS tests significant again
We now have CMake 3.24 in CI, so we can re-enable the iOS tests. Fixes: QTQAINFRA-5224 Change-Id: I742a9182299fb8ac6c52187a06a223a837d3968e Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'coin')
-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 683434b7..46b2a471 100644
--- a/coin/platform_configs/ios-tests.yaml
+++ b/coin/platform_configs/ios-tests.yaml
@@ -8,7 +8,7 @@ Configurations:
Compiler: 'Clang'
Target compiler: 'Clang'
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
- Features: ['Sccache', 'DebugAndRelease', 'MinimalStaticTests', 'UseConfigure', 'InsignificantTests']
+ Features: ['Sccache', 'DebugAndRelease', 'MinimalStaticTests', 'UseConfigure']
Environment variables: [
'TARGET_CONFIGURE_ARGS=-debug-and-release -nomake examples -platform macx-ios-clang'
]