Add iOS build task
This commit is contained in:
parent
fda02a6364
commit
cf79e98296
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ matrix:
|
||||||
os: osx
|
os: osx
|
||||||
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 --git https://github.com/TimNN/cargo-lipo cargo-lipo
|
||||||
- cargo lipo --version
|
- cargo lipo --version
|
||||||
script:
|
script:
|
||||||
- cd ffi
|
- cd ffi
|
||||||
|
|
Loading…
Reference in a new issue