|
@@ -21,7 +21,7 @@
|
|
|
<parallel>
|
|
|
<!-- <antcall target="phpmd"/> -->
|
|
|
<antcall target="phpcpd"/>
|
|
|
- <antcall target="phpcs"/>
|
|
|
+ <!-- <antcall target="phpcs"/> -->
|
|
|
<antcall target="doxygen"/>
|
|
|
<antcall target="phploc"/>
|
|
|
</parallel>
|
|
@@ -72,8 +72,8 @@
|
|
|
<exec executable="phpcs" dir="${basedir}">
|
|
|
<arg line=" --standard=${basedir}/dev/codesniffer/jenkins_ruleset.xml
|
|
|
--report=checkstyle
|
|
|
+ --report-file=${basedir}/hudson/logs/checkstyle.xml
|
|
|
--ignore=${ignorepaths},${ignoreregexp}
|
|
|
- --report-file=${basedir}/hudson/logs/checkstyle.xml
|
|
|
htdocs
|
|
|
"/>
|
|
|
</exec>
|
|
@@ -98,5 +98,5 @@
|
|
|
</exec>
|
|
|
</target>
|
|
|
|
|
|
- <target name="hudson" depends="clean,phpunit,parallelTasks"/>
|
|
|
+ <target name="hudson" depends="clean,phpunit,phpcs,parallelTasks"/>
|
|
|
</project>
|