Add iOS build.

This commit is contained in:
Nolan Darilek 2020-08-18 14:17:06 -05:00
parent abe5292868
commit 27e9aaf034
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -8,6 +8,10 @@ license = "MIT"
exclude = ["*.cfg", "*.yml"]
edition = "2018"
[lib]
name = "tts"
crate-type = ["staticlib", "cdylib"]
[dependencies]
log = "0.4"
thiserror = "1"