mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-18 23:29:37 +00:00
Add iOS test to release builds.
This commit is contained in:
parent
bdace524b9
commit
907b828315
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -35,6 +35,9 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
cargo build --release
|
||||
rustup target add aarch64-apple-ios x86_64-apple-ios
|
||||
cargo install cargo-lipo
|
||||
cargo lipo --release
|
||||
|
||||
publish_winrt_bindings:
|
||||
name: Publish winrt_bindings
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -34,6 +34,6 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
cargo build --release
|
||||
cargo install cargo-lipo
|
||||
rustup target add aarch64-apple-ios x86_64-apple-ios
|
||||
cargo install cargo-lipo
|
||||
cargo lipo --release
|
||||
|
|
Loading…
Reference in New Issue
Block a user