Add iOS build task
This commit is contained in:
parent
3f7e808f4b
commit
5180a3f899
1 changed files with 4 additions and 4 deletions
|
@ -60,10 +60,10 @@ matrix:
|
|||
- cargo install cargo-lipo
|
||||
script:
|
||||
- >
|
||||
cd ffi
|
||||
cargo lipo --release
|
||||
cd ffi &&
|
||||
cargo lipo --release &&
|
||||
cd ..
|
||||
- >
|
||||
cd sdks/swift/Mentat
|
||||
xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone SE,OS=latest' | xcpretty
|
||||
cd sdks/swift/Mentat &&
|
||||
xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone SE,OS=latest' | xcpretty &&
|
||||
cd ../../..
|
||||
|
|
Loading…
Reference in a new issue