mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Don't include ArduinoTestSuite in Mac OS X distribution.
This commit is contained in:
@ -222,7 +222,9 @@
|
|||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<copy todir="macosx/working_dir">
|
<copy todir="macosx/working_dir">
|
||||||
<fileset dir="macosx/work" />
|
<fileset dir="macosx/work">
|
||||||
|
<exclude name="**/ArduinoTestSuite/**" />
|
||||||
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<!-- The ant copy command does not preserve permissions. -->
|
<!-- The ant copy command does not preserve permissions. -->
|
||||||
|
Reference in New Issue
Block a user