aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/ios-tests.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/ios-tests.yaml')
-rw-r--r--coin/platform_configs/ios-tests.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/coin/platform_configs/ios-tests.yaml b/coin/platform_configs/ios-tests.yaml
index 7f009ac1..5fe30e18 100644
--- a/coin/platform_configs/ios-tests.yaml
+++ b/coin/platform_configs/ios-tests.yaml
@@ -8,5 +8,7 @@ Configurations:
Compiler: 'Clang'
Target compiler: 'Clang'
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
- Features: ['Sccache', 'DebugAndRelease', 'MinimalStaticTests']
- Environment variables: ['TARGET_CONFIGURE_ARGS=-G"Ninja Multi-Config" -DCMAKE_CONFIGURATION_TYPES="Release;Debug" -DQT_BUILD_EXAMPLES=OFF -DCMAKE_SYSTEM_NAME=iOS', 'NON_QTBASE_TARGET_CONFIGURE_ARGS=']
+ Features: ['Sccache', 'DebugAndRelease', 'MinimalStaticTests', 'UseConfigure']
+ Environment variables: [
+ 'TARGET_CONFIGURE_ARGS=debug-and-release -nomake examples -platform macx-ios-clang'
+ ]