mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03: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:
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
|
||||
|
||||
|
Reference in New Issue
Block a user