Skip to content

Commit 7f6cf5d

Browse files
author
Federico Fissore
committed
build_pull_requests now builds oldmacosx as well
1 parent d460982 commit 7f6cf5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/build_pull_request.bash

+3
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ mv windows/arduino-*$VERSION*.zip ../
2727
ant -Djava.net.preferIPv4Stack=true -Dplatform=macosx -Dversion="${VERSION}" clean dist
2828
mv macosx/arduino-*$VERSION*.zip ../
2929

30+
ant -Djava.net.preferIPv4Stack=true -Dplatform=oldmacosx -Dversion="${VERSION}" clean dist
31+
mv macosx/arduino-*$VERSION*.zip ../
32+

0 commit comments

Comments
 (0)