Add iOS build task
This commit is contained in:
parent
0ed6001857
commit
2bf95b6d1b
1 changed files with 2 additions and 2 deletions
|
@ -59,12 +59,12 @@ matrix:
|
|||
- 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 lipo --version
|
||||
- echo "" | xcversion simulators --install='iOS 10.3.1'
|
||||
- instruments -s devices
|
||||
script:
|
||||
- cd ffi
|
||||
- cargo lipo --release
|
||||
- cd ..
|
||||
- cd sdks/swift/Mentat
|
||||
- echo "" | xcversion simulators --install='iOS 10.3.1'
|
||||
- instruments -s devices
|
||||
- xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=jibberish' | xcpretty
|
||||
- cd ../../..
|
||||
|
|
Loading…
Reference in a new issue