Skip to content

Commit

Permalink
Make iOS CI build compile-only (#865)
Browse files Browse the repository at this point in the history
The iOS simulator has stopped running on Travis.

Closes #863, #864.
  • Loading branch information
hawkw authored and carllerche committed Aug 20, 2018
1 parent 82066e5 commit e097981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 239 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -59,11 +59,11 @@ matrix:
# iOS
- os: osx
osx_image: xcode8.2
env: TARGET=x86_64-apple-ios
env: TARGET=x86_64-apple-ios DISABLE_TESTS=1
rust: stable
script:
- cargo build
- CARGO_TARGET_DIR=`pwd` sh ci/run-ios.sh $TARGET
- cargo build --target "$TARGET"
- cargo build --target "$TARGET" --no-default-features
install:
- rustup target add $TARGET

Expand Down
202 changes: 0 additions & 202 deletions ci/ios/deploy_and_run_on_ios_simulator.rs

This file was deleted.

34 changes: 0 additions & 34 deletions ci/run-ios.sh

This file was deleted.

0 comments on commit e097981

Please sign in to comment.