Skip to content

Commit

Permalink
add local build instructinos
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajjon committed Feb 14, 2024
1 parent 043c54f commit 899f00f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,16 @@ cargo tarpaulin --out Html
cargo nextest run
```
# Build
## CD
See [`.github/workflows/release.yml`](.github/workflows/release.yml)
## Local
### iOS
#### Prerequisites
```sh
rustup target add x86_64-apple-ios aarch64-apple-ios-sim
```
We build using [`scripts/build-ios.sh`](scripts/build-ios.sh)

0 comments on commit 899f00f

Please sign in to comment.