mirror of https://github.com/apache/lucene.git
LUCENE-4187: Add jenkins clover task
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1371845 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5930b2db76
commit
bd55432e5c
|
@ -257,6 +257,7 @@
|
|||
|
||||
<!-- Jenkins tasks -->
|
||||
<target name="jenkins-hourly" depends="clean,test,validate,-jenkins-javadocs-lint,-svn-status"/>
|
||||
<target name="jenkins-clover" depends="clean,test,generate-clover-reports"/>
|
||||
|
||||
<!-- we need this extra condition, as we want to match only on "true", not solely if property is set: -->
|
||||
<property name="disable.javadocs-lint" value="false" />
|
||||
|
|
Loading…
Reference in New Issue