Skip to content

Commit

Permalink
Updated build_pull_request.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Fissore committed Feb 3, 2015
1 parent e8fa421 commit eaf4db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_pull_request.bash
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ mv windows/arduino-*$VERSION*.zip ../
ant -Djava.net.preferIPv4Stack=true -Dplatform=macosx -Dversion="${VERSION}" clean dist
mv macosx/arduino-*$VERSION*.zip ../

ant -Djava.net.preferIPv4Stack=true -Dplatform=macosxnew -Dversion="${VERSION}" clean dist
ant -Djava.net.preferIPv4Stack=true -Dplatform=macosx-java-latest -Dversion="${VERSION}" clean dist
mv macosx/arduino-*$VERSION*.zip ../

0 comments on commit eaf4db5

Please sign in to comment.