change build

This commit is contained in:
Thilina Hasantha
2016-11-29 09:26:47 +01:00
parent ec85cfa521
commit 9f0626c1f7

View File

@@ -12,13 +12,17 @@
<property name="installLocalpath" value="/Applications/XAMPP/xamppfiles/htdocs/icehrm-open-core"/>
<target name="build"
depends="prepare,lint,copyapp,phpunit,release,install"
description=""/>
<target name="build"
depends="prepare,lint,copyapp,phpunit,release,install"
description=""/>
<target name="buildlocal"
depends="prepare,copyapp"
description=""/>
<target name="buildlocal"
depends="prepare,copyapp"
description=""/>
<target name="releaseapp"
depends="prepare,lint,copyapp,phpunit,release"
description=""/>
<target name="ice"
depends="copyapp_quick"