mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 11:29:37 +00:00
Add iOS build.
This commit is contained in:
parent
abe5292868
commit
27e9aaf034
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -34,3 +34,6 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
cargo build --release
|
||||
cargo install cargo-lipo
|
||||
rustup target add aarch64-apple-ios armv7-apple-ios armv7s-apple-ios
|
||||
cargo lipo --release
|
||||
|
|
|
@ -8,6 +8,10 @@ license = "MIT"
|
|||
exclude = ["*.cfg", "*.yml"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
name = "tts"
|
||||
crate-type = ["staticlib", "cdylib"]
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
thiserror = "1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user