13
13
runs-on : macos-latest
14
14
steps :
15
15
- uses : actions/checkout@v2
16
- # - name: Use multiple cores
17
- # run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
16
+ - name : Use multiple cores
17
+ run : defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
18
18
- name : Build-Test
19
19
run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace Parse.xcworkspace -scheme ParseSwift\ \(iOS\) -destination platform\=iOS\ Simulator,name\=iPhone\ 12\ Pro\ Max -derivedDataPath DerivedData -test-iterations 10 -retry-tests-on-failure clean test | xcpretty
20
20
env :
46
46
security default-keychain -s temporary
47
47
security unlock-keychain -p "" temporary
48
48
security set-keychain-settings -lut 7200 temporary
49
- # - name: Use multiple cores
50
- # run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
49
+ - name : Use multiple cores
50
+ run : defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
51
51
- name : Build-Test
52
52
run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace Parse.xcworkspace -scheme ParseSwift\ \(macOS\) -destination platform\=macOS -derivedDataPath DerivedData -test-iterations 10 -retry-tests-on-failure clean test | xcpretty
53
53
env :
73
73
runs-on : macos-latest
74
74
steps :
75
75
- uses : actions/checkout@v2
76
- # - name: Use multiple cores
77
- # run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
76
+ - name : Use multiple cores
77
+ run : defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
78
78
- name : Build
79
79
run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace Parse.xcworkspace -scheme ParseSwift\ \(tvOS\) -destination platform\=tvOS\ Simulator,name\=Apple\ TV -derivedDataPath DerivedData -test-iterations 10 -retry-tests-on-failure clean test | xcpretty
80
80
env :
@@ -100,8 +100,8 @@ jobs:
100
100
runs-on : macos-latest
101
101
steps :
102
102
- uses : actions/checkout@v2
103
- # - name: Use multiple cores
104
- # run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
103
+ - name : Use multiple cores
104
+ run : defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
105
105
- name : Build
106
106
run : set -o pipefail && env NSUnbufferedIO=YES xcodebuild -target ParseSwift\ \(watchOS\) | xcpretty
107
107
env :
0 commit comments