Run the tests as part of deploy.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6731 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -272,7 +272,7 @@
|
|||||||
<maveninstall file="${deploy.dir}/${ant.project.name}lib.swc" pom="etc/as-pom.xml"/>
|
<maveninstall file="${deploy.dir}/${ant.project.name}lib.swc" pom="etc/as-pom.xml"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="deploy" depends="dist,aslib,javadoc"
|
<target name="deploy" depends="dist,aslib,tests,javadoc"
|
||||||
description="Deploys our build artifacts to a Maven repository.">
|
description="Deploys our build artifacts to a Maven repository.">
|
||||||
<mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="pom.xml"
|
<mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="pom.xml"
|
||||||
srcdir="${src.dir}" docdir="${deploy.dir}/docs"/>
|
srcdir="${src.dir}" docdir="${deploy.dir}/docs"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user