gym/lib/gym/options.rb in fastlane-2.211.0 vs gym/lib/gym/options.rb in fastlane-2.212.0
- old
+ new
@@ -237,9 +237,16 @@
description: "xcodebuild formatter to use (ex: 'xcbeautify', 'xcbeautify --quieter', 'xcpretty', 'xcpretty -test'). Use empty string (ex: '') to disable any formatter (More information: https://docs.fastlane.tools/best-practices/xcodebuild-formatters/)",
type: String,
default_value: Fastlane::Helper::XcodebuildFormatterHelper.xcbeautify_installed? ? 'xcbeautify' : 'xcpretty',
default_value_dynamic: true),
+ FastlaneCore::ConfigItem.new(key: :build_timing_summary,
+ env_name: "GYM_BUILD_TIMING_SUMMARY",
+ description: "Create a build timing summary",
+ type: Boolean,
+ default_value: false,
+ optional: true),
+
# xcpretty
FastlaneCore::ConfigItem.new(key: :disable_xcpretty,
env_name: "DISABLE_XCPRETTY",
deprecated: "Use `xcodebuild_formatter: ''` instead",
description: "Disable xcpretty formatting of build output",