mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-09 22:24:14 +03:00
moved tests in a separater ant target so that they can run AFTER assets like nodejs and the compiler are unpacked and ready to be used
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="build" depends="test" description="Build PDE">
|
<target name="build" depends="compile" description="Build PDE">
|
||||||
<jar basedir="bin" destfile="pde.jar" />
|
<jar basedir="bin" destfile="pde.jar" />
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
@@ -54,6 +54,8 @@
|
|||||||
</java>
|
</java>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="test" depends="subprojects-test"/>
|
||||||
|
|
||||||
<!-- - - - - - - - - - - - - - - - - - -->
|
<!-- - - - - - - - - - - - - - - - - - -->
|
||||||
<!-- Subprojects: Core, App, Libraries -->
|
<!-- Subprojects: Core, App, Libraries -->
|
||||||
<!-- - - - - - - - - - - - - - - - - - -->
|
<!-- - - - - - - - - - - - - - - - - - -->
|
||||||
@@ -68,6 +70,9 @@
|
|||||||
<subant buildpath="../app" target="build"/>
|
<subant buildpath="../app" target="build"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="subprojects-test">
|
||||||
|
<subant buildpath="../app" target="test"/>
|
||||||
|
</target>
|
||||||
|
|
||||||
<!-- - - - - - - - - -->
|
<!-- - - - - - - - - -->
|
||||||
<!-- Basic Assembly -->
|
<!-- Basic Assembly -->
|
||||||
@@ -352,7 +357,7 @@
|
|||||||
<echo>
|
<echo>
|
||||||
=======================================================
|
=======================================================
|
||||||
Arduino for Mac OS X was built. Grab the image from
|
Arduino for Mac OS X was built. Grab the image from
|
||||||
|
|
||||||
macosx/arduino-${version}-${platform}.zip
|
macosx/arduino-${version}-${platform}.zip
|
||||||
=======================================================
|
=======================================================
|
||||||
</echo>
|
</echo>
|
||||||
@@ -591,7 +596,7 @@
|
|||||||
<echo>
|
<echo>
|
||||||
=======================================================
|
=======================================================
|
||||||
Arduino for Linux was built. Grab the archive from
|
Arduino for Linux was built. Grab the archive from
|
||||||
|
|
||||||
build/linux/arduino-${version}-${platform}.tgz
|
build/linux/arduino-${version}-${platform}.tgz
|
||||||
=======================================================
|
=======================================================
|
||||||
</echo>
|
</echo>
|
||||||
@@ -759,20 +764,20 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<zip destfile="windows/arduino-${version}-${platform}.zip" level="9">
|
<zip destfile="windows/arduino-${version}-${platform}.zip" level="9">
|
||||||
<zipfileset dir="windows/work"
|
<zipfileset dir="windows/work"
|
||||||
prefix="arduino-${version}" />
|
prefix="arduino-${version}" />
|
||||||
</zip>
|
</zip>
|
||||||
|
|
||||||
<zip destfile="windows/arduino-${version}-${platform}-expert.zip" level="9">
|
<zip destfile="windows/arduino-${version}-${platform}-expert.zip" level="9">
|
||||||
<zipfileset dir="windows/work"
|
<zipfileset dir="windows/work"
|
||||||
prefix="arduino-${version}"
|
prefix="arduino-${version}"
|
||||||
excludes="java/**" />
|
excludes="java/**" />
|
||||||
</zip>
|
</zip>
|
||||||
|
|
||||||
<echo>
|
<echo>
|
||||||
=======================================================
|
=======================================================
|
||||||
Arduino for Windows was built. Grab the archive from
|
Arduino for Windows was built. Grab the archive from
|
||||||
|
|
||||||
windows/arduino-${version}-${platform}.zip
|
windows/arduino-${version}-${platform}.zip
|
||||||
windows/arduino-${version}-${platform}-expert.zip
|
windows/arduino-${version}-${platform}-expert.zip
|
||||||
=======================================================
|
=======================================================
|
||||||
|
Reference in New Issue
Block a user