File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -237,15 +237,15 @@ Swift pull request.
237
237
To build all projects against a specified Swift compiler locally, use the
238
238
` runner.py ` utility as shown below.
239
239
240
- ``` bash
240
+ ~~~ bash
241
241
./runner.py --swift-branch master --projects projects.json --swift-version 3 --include-actions ' action.startswith("Build")' --swiftc path/to/swiftc
242
- ```
242
+ ~~~
243
243
244
244
Use the ` --include-repos ` flag to build a specific project.
245
245
246
- ``` bash
246
+ ~~~ bash
247
247
./runner.py --swift-branch master --projects projects.json --swift-version 3 --include-actions ' action.startswith("Build")' --include-repos ' path == "Alamofire"' --swiftc path/to/swiftc
248
- ```
248
+ ~~~
249
249
250
250
By default, build output is redirected to per-action ` .log ` files in the current
251
251
working directory. To change this behavior to output build results to standard
You can’t perform that action at this time.
0 commit comments