File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,15 +206,15 @@ in Xcode 8.0.
206
206
# Select Xcode 8.0 GM
207
207
sudo xcode-select -s /Applications/Xcode.app
208
208
# Build project at pinned commit against selected Xcode
209
- ./check project-path-field
209
+ ./project_precommit_check project-path-field
210
210
~~~
211
211
212
212
On Linux, you can build against the Swift 3.0 release toolchain:
213
213
214
214
~~~ bash
215
215
curl -O https://swift.org/builds/swift-3.0-release/ubuntu1510/swift-3.0-RELEASE/swift-3.0-RELEASE-ubuntu15.10.tar.gz
216
216
tar xzvf swift-3.0-RELEASE-ubuntu15.10.tar.gz
217
- ./check project-path-field --swiftc swift-3.0-RELEASE-ubuntu15.10/usr/bin/swiftc
217
+ ./project_precommit_check project-path-field --swiftc swift-3.0-RELEASE-ubuntu15.10/usr/bin/swiftc
218
218
~~~
219
219
220
220
## Maintaining Projects
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- # ===--- check ------------------ ------------------------------------------===
2
+ # ===--- project_precommit_check ------------------------------------------===
3
3
#
4
4
# This source file is part of the Swift.org open source project
5
5
#
You can’t perform that action at this time.
0 commit comments