mirror of https://github.com/apache/lucene.git
LUCENE-4384: add precommit task
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1385053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4396168c3e
commit
6730bbb71d
|
@ -24,6 +24,9 @@
|
|||
</subant>
|
||||
</target>
|
||||
|
||||
<target name="precommit" description="Run basic checks before committing"
|
||||
depends="check-svn-working-copy,validate,javadocs-lint"/>
|
||||
|
||||
<target name="test" description="Test both Lucene and Solr">
|
||||
<sequential>
|
||||
<subant target="test" inheritall="false" failonerror="true">
|
||||
|
|
Loading…
Reference in New Issue