mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 11:10:57 +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"?>
|
||||
<project name="gitlist" default="build">
|
||||
<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">
|
||||
<delete dir="${basedir}/build"/>
|
||||
|
||||
Reference in New Issue
Block a user