Add iOS build task
This commit is contained in:
parent
5bcbfd41b2
commit
49c24af9cc
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ matrix:
|
||||||
- cd ffi
|
- cd ffi
|
||||||
- cargo lipo --release
|
- cargo lipo --release
|
||||||
- cd ..
|
- cd ..
|
||||||
- cd sdks/swift/Mentat &&
|
- cd sdks/swift/Mentat
|
||||||
- xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone SE,OS=latest' | xcpretty
|
- xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone SE,OS=latest' | xcpretty
|
||||||
- cd ../../..
|
- cd ../../..
|
||||||
|
|
Loading…
Reference in a new issue