Add iOS build task

This commit is contained in:
Emily Toop 2018-08-07 18:53:55 +01:00
parent 3f7e808f4b
commit 5180a3f899

View file

@ -60,10 +60,10 @@ matrix:
- cargo install cargo-lipo - cargo install cargo-lipo
script: script:
- > - >
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 ../../..