Skip to content

Commit

Permalink
Moved PHPCS to deploy.xml phing script
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriel committed Sep 7, 2011
1 parent 85feb65 commit 5b7226f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions deploy.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<project name="DocBlox" default="deploy" basedir=".">
<property file="deploy.properties"/>

<target name="phpcs">
<exec command="phpcs --report=checkstyle
--report-file=${project.basedir}/build/logs/checkstyle.xml
--standard=PEAR --extensions=php
${project.basedir}/src/DocBlox"/>
</target>

<target name="generate-manual">
<exec command="make html" dir="${project.basedir}/docs/manual" passthru="true" />
</target>
Expand Down
1 change: 0 additions & 1 deletion phpcs

This file was deleted.

0 comments on commit 5b7226f

Please sign in to comment.