mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Cleaning up the build artifacts
This commit is contained in:
@@ -17,8 +17,6 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="prepare-package" depends="clean" description="Prepare for build">
|
<target name="prepare-package" depends="clean" description="Prepare for build">
|
||||||
<mkdir dir="${basedir}/build/logs"/>
|
|
||||||
<mkdir dir="${basedir}/build/pdepend"/>
|
|
||||||
<exec executable="composer" failonerror="true">
|
<exec executable="composer" failonerror="true">
|
||||||
<arg value="install" />
|
<arg value="install" />
|
||||||
</exec>
|
</exec>
|
||||||
@@ -85,7 +83,7 @@
|
|||||||
|
|
||||||
<target name="package" description="Package the application for distribution">
|
<target name="package" description="Package the application for distribution">
|
||||||
<copy todir="${basedir}/build/gitlist/">
|
<copy todir="${basedir}/build/gitlist/">
|
||||||
<fileset dir="${basedir}" excludes="build/**, tests/**, phpunit.xml.dist, cache.properties, .gitignore, .travis.yml, build.xml, composer.json, composer.lock, config.ini" />
|
<fileset dir="${basedir}" excludes="build/**, tests/**, pkg_builder/**, phpunit.xml.dist, cache.properties, .gitignore, .travis.yml, build.xml, composer.json, composer.lock, config.ini" />
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<tar destfile="${basedir}/build/gitlist.tar.gz"
|
<tar destfile="${basedir}/build/gitlist.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user