Add iOS build task

This commit is contained in:
Emily Toop 2018-08-08 14:41:37 +01:00
parent 9154303fa1
commit 0ed6001857

View file

@ -64,6 +64,7 @@ matrix:
- 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 ../../..