Skip to content

Commit

Permalink
fix deploys for thumb targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Oct 17, 2016
1 parent dec1b00 commit aa05f8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ test_mode() {
deploy_mode() {
case $TARGET in
thumbv*-none-eabi*)
;;
xargo rustc $flags --release --bin hello -- -C lto
;;
*)
cargo rustc $flags --release --bin hello -- -C lto
;;
Expand Down

0 comments on commit aa05f8d

Please sign in to comment.