Removed attempted multi-line formatting

pull/941/head
Morgan Pretty 1 year ago
parent 5d2663cab3
commit d0e391f5cb

@ -89,19 +89,7 @@ local update_cocoapods_cache = {
local run_tests(testName, testBuildStepName) = { local run_tests(testName, testBuildStepName) = {
name: 'Run ' + testName, name: 'Run ' + testName,
commands: [ commands: [
||| 'NSUnbufferedIO=YES set -o pipefail && xcodebuild test-without-building -workspace Session.xcworkspace -scheme Session -derivedDataPath ./build/derivedData -destination "platform=iOS Simulator,name=iPhone 14" -test-timeouts-enabled YES -maximum-test-execution-time-allowance 10 -only-testing $testName -collect-test-diagnostics never 2>&1 | ./Pods/xcbeautify/xcbeautify --is-ci',
NSUnbufferedIO=YES set -o pipefail && xcodebuild test-without-building
-workspace Session.xcworkspace
-scheme Session
-derivedDataPath ./build/derivedData
-destination "platform=iOS Simulator,name=iPhone 14"
-test-timeouts-enabled YES
-maximum-test-execution-time-allowance 10
-only-testing $testName
-collect-test-diagnostics never
2>&1
| ./Pods/xcbeautify/xcbeautify --is-ci
|||,
], ],
depends_on: [ depends_on: [
testBuildStepName testBuildStepName
@ -135,15 +123,7 @@ local run_tests(testName, testBuildStepName) = {
name: 'Build For Testing', name: 'Build For Testing',
commands: [ commands: [
'mkdir build', 'mkdir build',
||| 'xcodebuild build-for-testing -workspace Session.xcworkspace -scheme Session -derivedDataPath ./build/derivedData -parallelizeTargets -destination "platform=iOS Simulator,name=iPhone 14" | ./Pods/xcbeautify/xcbeautify --is-ci',
xcodebuild build-for-testing
-workspace Session.xcworkspace
-scheme Session
-derivedDataPath ./build/derivedData
-parallelizeTargets
-destination "platform=iOS Simulator,name=iPhone 14"
| ./Pods/xcbeautify/xcbeautify --is-ci
|||,
], ],
depends_on: [ depends_on: [
'Reset Simulators' 'Reset Simulators'
@ -186,18 +166,7 @@ local run_tests(testName, testBuildStepName) = {
name: 'Build', name: 'Build',
commands: [ commands: [
'mkdir build', 'mkdir build',
||| 'xcodebuild archive -workspace Session.xcworkspace -scheme Session -derivedDataPath ./build/derivedData -parallelizeTargets -configuration "App Store Release" -sdk iphonesimulator -archivePath ./build/Session_sim.xcarchive -destination "generic/platform=iOS Simulator" | ./Pods/xcbeautify/xcbeautify --is-ci',
xcodebuild archive
-workspace Session.xcworkspace
-scheme Session
-derivedDataPath ./build/derivedData
-parallelizeTargets
-configuration "App Store Release"
-sdk iphonesimulator
-archivePath ./build/Session_sim.xcarchive
-destination "generic/platform=iOS Simulator"
| ./Pods/xcbeautify/xcbeautify --is-ci
|||,
], ],
}, },
update_cocoapods_cache, update_cocoapods_cache,
@ -226,19 +195,7 @@ local run_tests(testName, testBuildStepName) = {
name: 'Build', name: 'Build',
commands: [ commands: [
'mkdir build', 'mkdir build',
||| 'xcodebuild archive -workspace Session.xcworkspace -scheme Session -derivedDataPath ./build/derivedData -parallelizeTargets -configuration "App Store Release" -sdk iphoneos -archivePath ./build/Session.xcarchive -destination "generic/platform=iOS" -allowProvisioningUpdates CODE_SIGNING_ALLOWED=NO | ./Pods/xcbeautify/xcbeautify --is-ci',
xcodebuild archive
-workspace Session.xcworkspace
-scheme Session
-derivedDataPath ./build/derivedData
-parallelizeTargets
-configuration "App Store Release"
-sdk iphoneos
-archivePath ./build/Session.xcarchive
-destination "generic/platform=iOS"
-allowProvisioningUpdates CODE_SIGNING_ALLOWED=NO
| ./Pods/xcbeautify/xcbeautify --is-ci
|||,
], ],
}, },
update_cocoapods_cache, update_cocoapods_cache,

Loading…
Cancel
Save