From 271a2c53d47ee086da15f02960374240e4b83727 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Tue, 19 Feb 2013 15:07:16 +0100 Subject: [PATCH] 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 --- app/build.xml | 2 +- build/build.xml | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/app/build.xml b/app/build.xml index 3688909a2..1bd0f61d1 100644 --- a/app/build.xml +++ b/app/build.xml @@ -100,7 +100,7 @@ - + diff --git a/build/build.xml b/build/build.xml index a71b495ce..35e6fcc7a 100644 --- a/build/build.xml +++ b/build/build.xml @@ -54,6 +54,8 @@ + + @@ -68,6 +70,9 @@ + + + @@ -352,7 +357,7 @@ ======================================================= Arduino for Mac OS X was built. Grab the image from - + macosx/arduino-${version}-${platform}.zip ======================================================= @@ -591,7 +596,7 @@ ======================================================= Arduino for Linux was built. Grab the archive from - + build/linux/arduino-${version}-${platform}.tgz ======================================================= @@ -759,20 +764,20 @@ --> - - ======================================================= Arduino for Windows was built. Grab the archive from - + windows/arduino-${version}-${platform}.zip windows/arduino-${version}-${platform}-expert.zip =======================================================