Fix i386-apple-ios

This commit is contained in:
Kevin Brothaler 2017-01-16 19:47:59 -04:00 committed by Digipom Inc
parent 4bcad05d03
commit 938955c0f4
2 changed files with 5 additions and 1 deletions

View File

@ -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)