partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 55fe07cf90ad7fed17870c770d6bdc005a4caea0
parent 60269f5e4f976c4bcd4639f36ca526840f8f6ebb
Author: Felicitus <felicitus@felicitus.de>
Date:   Wed, 22 Sep 2010 08:09:59 +0200

Added master cruise-control task
Diffstat:
Mbuild.xml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/build.xml b/build.xml @@ -22,6 +22,10 @@ <echo msg=" You may now proceed!"/> </target> + <target name="cruise-control"> + <phingcall target="test"/> + </target> + <target name="build"> <echo>Copying 3rdparty/extjs - this may take up to a few minutes</echo> <mkdir dir="build/"/>