diff --git a/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_11.0).json b/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_11.0).json new file mode 100644 index 0000000000..0f71b12c13 --- /dev/null +++ b/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_11.0).json @@ -0,0 +1,24 @@ +{ + "comments": [ + "Tests for 64-bit iOS simulators." + ], + "xcode version": "8.0", + "gn_args": [ + "goma_dir=\"$(goma_dir)\"", + "is_component_build=false", + "is_debug=true", + "target_cpu=\"x64\"", + "target_os=\"ios\"", + "use_goma=true" + ], + "additional_compile_targets": [ "all" ], + "configuration": "Debug", + "sdk": "iphonesimulator11.0", + "tests": [ + { + "include": "common_tests.json", + "device type": "iPhone 7", + "os": "11.0" + } + ] +} diff --git a/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json b/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json new file mode 100644 index 0000000000..eb5f26ada0 --- /dev/null +++ b/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json @@ -0,0 +1,25 @@ +{ + "comments": [ + "Tests for 64-bit iOS simulators." + ], + "xcode version": "8.0", + "gn_args": [ + "goma_dir=\"$(goma_dir)\"", + "is_component_build=false", + "is_debug=true", + "target_cpu=\"x64\"", + "target_os=\"ios\"", + "use_goma=true" + ], + "use_analyze": false, + "additional_compile_targets": [ "all" ], + "configuration": "Debug", + "sdk": "iphonesimulator11.0", + "tests": [ + { + "include": "common_tests.json", + "device type": "iPhone 7", + "os": "11.0" + } + ] +}