mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-02-20 21:47:32 +01:00
Making the config readable during build
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<target name="prepare" depends="clean" description="Prepare for build">
|
||||
<mkdir dir="${basedir}/build/logs"/>
|
||||
<mkdir dir="${basedir}/build/pdepend"/>
|
||||
<copy file="config.ini-example" tofile="config.ini"/>
|
||||
<exec executable="composer" failonerror="true">
|
||||
<arg value="install" />
|
||||
<arg value="--dev" />
|
||||
|
||||
Reference in New Issue
Block a user