From 8287dd308cda6dfd87e6d544df4bc922e42dee0b Mon Sep 17 00:00:00 2001 From: Emily Toop Date: Wed, 8 Aug 2018 17:00:36 +0100 Subject: [PATCH] Add iOS build task --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 410af079..a68aa14b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,8 +57,8 @@ matrix: os: osx install: - rustup target add aarch64-apple-ios armv7-apple-ios armv7s-apple-ios x86_64-apple-ios i386-apple-ios + # Cargo-lipo needs to be Beta version available on master and not crates version to handle building in subdirectories - cargo install --git https://github.com/TimNN/cargo-lipo - # - gem install xcode-install - instruments -s devices script: - > @@ -66,5 +66,5 @@ matrix: cargo lipo --release && cd .. - cd sdks/swift/Mentat - - xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'id=67DD9AEE-EDAA-49A0-8245-0CE76F3B54A3' + - xcodebuild -configuration Debug -scheme "Mentat Debug" -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone X,OS=11.4' - cd ../../..