Add iOS build task
This commit is contained in:
parent
49c24af9cc
commit
9154303fa1
1 changed files with 2 additions and 1 deletions
|
@ -64,5 +64,6 @@ matrix:
|
|||
- 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
|
||||
- instruments -s devices
|
||||
- xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=jibberish' | xcpretty
|
||||
- cd ../../..
|
||||
|
|
Loading…
Reference in a new issue