Skip to content

Commit f347502

Browse files
committed
Add example of command for building locally
1 parent c8ffa34 commit f347502

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

swift-ci/sdks/android/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,9 @@ perform the build locally on an Ubuntu 24.04 machine with all the
8181
build prerequisites already installed. This will generate
8282
the same artifacts in approximately half the time, and
8383
may be suitable to an already containerized envrionment (such as
84-
a GitHub runner).
84+
a GitHub runner). A local build can be run with the
85+
`build-local` script, such as:
8586

87+
```
88+
./build-local swift-6.2-branch /tmp/android-sdk-devel
89+
```

0 commit comments

Comments
 (0)