mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
Since Windows and GNU/Linux use a script called 'dist.sh' to make the
package, it makes it easy to script the nightly auto-builds if Mac OS X has a script called 'dist.sh' also.
This commit is contained in:
parent
28f88a6b5c
commit
154809dcee
9
build/macosx/dist.sh
Executable file
9
build/macosx/dist.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Since Windows and GNU/Linux use a script called 'dist.sh' to make the
|
||||||
|
# package, it makes it easy to script the nightly auto-builds if Mac OS X has
|
||||||
|
# a script called 'dist.sh' also.
|
||||||
|
|
||||||
|
xcodebuild -target Distribute
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user