summaryrefslogtreecommitdiff
path: root/ci/run.sh
diff options
context:
space:
mode:
authorKevin Brothaler <admin@digipom.com>2017-01-16 19:47:59 -0400
committerDigipom Inc <admin@digipom.com>2017-01-17 14:47:08 -0400
commit938955c0f49fb4eacf4448d249184e52e3be7f45 (patch)
tree7be6f7d4aea9d07604b5cb24c485b034093e5527 /ci/run.sh
parent4bcad05d03dae6f5c17b2198936ff4a543c3c414 (diff)
downloadrust-libc-938955c0f49fb4eacf4448d249184e52e3be7f45.tar.gz
Fix i386-apple-ios
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 44432ffea7..3419090f0a 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -113,8 +113,12 @@ case "$TARGET" in
grep "^PASSED .* tests" /tmp/out
;;
+ i386-apple-ios)
+ python ./ci/ios/deploy_and_run_ios_binary_on_ios_simulator.py $CARGO_TARGET_DIR/$TARGET/debug/libc-test
+ ;;
+
x86_64-apple-ios)
- python ./ci/ios/deploy_and_run_x86_64_binary_on_ios_simulator.py $CARGO_TARGET_DIR/$TARGET/debug/libc-test
+ python ./ci/ios/deploy_and_run_ios_binary_on_ios_simulator.py $CARGO_TARGET_DIR/$TARGET/debug/libc-test
;;
arm-unknown-linux-gnueabihf)