summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-08-22 07:02:32 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-08-22 07:02:32 -0700
commitb7902df689b11af70dd05e04430ad1d4c4afbb39 (patch)
tree5d7681c69fa034dc3d007d9d5fafbe558580b31b
parentd4240220057afe518921912c0832f70d67b19de3 (diff)
downloadrust-libc-b7902df689b11af70dd05e04430ad1d4c4afbb39.tar.gz
Add ios flags to ios invocations
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 555b72bd76..c1c3d24d21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,12 +50,16 @@ matrix:
- env: TARGET=aarch64-unknown-linux-gnu
- os: osx
osx_image: xcode8.2
- env: TARGET=i386-apple-ios CARGO_TARGET_I386_APPLE_IOS_RUNNER=$HOME/runtest
+ env: TARGET=i386-apple-ios
+ CARGO_TARGET_I386_APPLE_IOS_RUNNER=$HOME/runtest
+ RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
before_install:
rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
- os: osx
osx_image: xcode8.2
- env: TARGET=x86_64-apple-ios CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
+ env: TARGET=x86_64-apple-ios
+ CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
+ RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
before_install:
rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
- env: TARGET=x86_64-rumprun-netbsd