Add iOS build task
This commit is contained in:
parent
468899d36e
commit
148fdd4aa4
1 changed files with 6 additions and 3 deletions
|
@ -58,10 +58,13 @@ 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 --git https://github.com/TimNN/cargo-lipo
|
- cargo install --git https://github.com/TimNN/cargo-lipo
|
||||||
|
- gem install xcode-install
|
||||||
|
- instruments -s devices
|
||||||
script:
|
script:
|
||||||
- cd ffi
|
- >
|
||||||
- cargo lipo --release
|
cd ffi &&
|
||||||
- cd ..
|
cargo lipo --release &&
|
||||||
|
cd ..
|
||||||
- cd sdks/swift/Mentat
|
- cd sdks/swift/Mentat
|
||||||
- xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone X,OS=11.4' | xcpretty
|
- xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone X,OS=11.4' | xcpretty
|
||||||
- cd ../../..
|
- cd ../../..
|
||||||
|
|
Loading…
Reference in a new issue