Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Commit

Permalink
Extended CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Exeu committed Sep 4, 2011
1 parent cbd9a0c commit bd87be5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,13 @@
${basedir}" />
</exec>
</target>
<target name="build" depends="clean,parallelTasks"/>

<target name="phpcb">
<exec executable="phpcb">
<arg line="--log=${build.dir}/logs
--source=${basedir}
--output=${build.dir}/code-browser" />
</exec>
</target>
<target name="build" depends="clean,parallelTasks,phpcb"/>
</project>

0 comments on commit bd87be5

Please sign in to comment.