Skip to content

Commit 2a97448

Browse files
authored
try multiple cores
1 parent f01bead commit 2a97448

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: macos-latest
1414
steps:
1515
- 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
1818
- name: Build-Test
1919
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
2020
env:
@@ -46,8 +46,8 @@ jobs:
4646
security default-keychain -s temporary
4747
security unlock-keychain -p "" temporary
4848
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
5151
- name: Build-Test
5252
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
5353
env:
@@ -73,8 +73,8 @@ jobs:
7373
runs-on: macos-latest
7474
steps:
7575
- 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
7878
- name: Build
7979
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
8080
env:
@@ -100,8 +100,8 @@ jobs:
100100
runs-on: macos-latest
101101
steps:
102102
- 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
105105
- name: Build
106106
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -target ParseSwift\ \(watchOS\) | xcpretty
107107
env:

0 commit comments

Comments
 (0)