From 468899d36efd89ee07c6f9fc1af27c04ab8f710e Mon Sep 17 00:00:00 2001 From: Emily Toop Date: Wed, 8 Aug 2018 15:13:09 +0100 Subject: [PATCH] Add iOS build task --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 474eb377..0319c412 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,12 +58,10 @@ matrix: install: - rustup target add aarch64-apple-ios armv7-apple-ios armv7s-apple-ios x86_64-apple-ios i386-apple-ios - cargo install --git https://github.com/TimNN/cargo-lipo - - gem install xcode-install - - instruments -s devices script: - cd ffi - cargo lipo --release - cd .. - cd sdks/swift/Mentat - - xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=jibberish' | xcpretty + - xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone X,OS=11.4' | xcpretty - cd ../../..