Skip to content

Commit b7902df

Browse files
committed
Add ios flags to ios invocations
1 parent d424022 commit b7902df

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: .travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,16 @@ matrix:
5050
- env: TARGET=aarch64-unknown-linux-gnu
5151
- os: osx
5252
osx_image: xcode8.2
53-
env: TARGET=i386-apple-ios CARGO_TARGET_I386_APPLE_IOS_RUNNER=$HOME/runtest
53+
env: TARGET=i386-apple-ios
54+
CARGO_TARGET_I386_APPLE_IOS_RUNNER=$HOME/runtest
55+
RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
5456
before_install:
5557
rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
5658
- os: osx
5759
osx_image: xcode8.2
58-
env: TARGET=x86_64-apple-ios CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
60+
env: TARGET=x86_64-apple-ios
61+
CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
62+
RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
5963
before_install:
6064
rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
6165
- env: TARGET=x86_64-rumprun-netbsd

0 commit comments

Comments
 (0)