Add iOS build task
This commit is contained in:
parent
3b90e376b9
commit
fda02a6364
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ matrix:
|
||||||
install:
|
install:
|
||||||
- rustup target add aarch64-apple-ios armv7-apple-ios armv7s-apple-ios x86_64-apple-ios i386-apple-ios
|
- rustup target add aarch64-apple-ios armv7-apple-ios armv7s-apple-ios x86_64-apple-ios i386-apple-ios
|
||||||
- cargo install cargo-lipo
|
- cargo install cargo-lipo
|
||||||
|
- cargo lipo --version
|
||||||
script:
|
script:
|
||||||
- cd ffi
|
- cd ffi
|
||||||
- cargo lipo --release
|
- cargo lipo --release
|
||||||
|
|
Loading…
Reference in a new issue