Skip to content

Commit

Permalink
build_pull_requests now builds oldmacosx as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Fissore committed Feb 2, 2015
1 parent d460982 commit 7f6cf5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/build_pull_request.bash
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +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=oldmacosx -Dversion="${VERSION}" clean dist
mv macosx/arduino-*$VERSION*.zip ../

0 comments on commit 7f6cf5d

Please sign in to comment.