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:
Michael Bayne
2011-10-13 18:44:18 +00:00
parent fcf174424e
commit 840c9150c4
+1 -1
View File
@@ -272,7 +272,7 @@
<maveninstall file="${deploy.dir}/${ant.project.name}lib.swc" pom="etc/as-pom.xml"/>
</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.">
<mavendeploy file="${deploy.dir}/${ant.project.name}.jar" pom="pom.xml"
srcdir="${src.dir}" docdir="${deploy.dir}/docs"/>