mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Do not run QA on package building, leave that for dev
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="gitlist" default="build">
|
<project name="gitlist" default="build">
|
||||||
<target name="build" depends="prepare,lint,phploc,pdepend,phpmd,phpcpd,phpunit" />
|
<target name="build" depends="prepare,lint,phploc,pdepend,phpmd,phpcpd,phpunit" />
|
||||||
<target name="build-package" depends="prepare-package,lint,phploc,pdepend,phpmd,phpcpd,phpunit,package" />
|
<target name="build-package" depends="prepare-package,lint,phploc,package" />
|
||||||
|
|
||||||
<target name="clean" description="Clean build artifacts">
|
<target name="clean" description="Clean build artifacts">
|
||||||
<delete dir="${basedir}/build"/>
|
<delete dir="${basedir}/build"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user