Run the tests as part of deploy.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1184 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2011-10-13 18:43:37 +00:00
parent ef0f727bc4
commit 5633f9ce9b
+1 -1
View File
@@ -268,7 +268,7 @@
<target name="-as-deploy" depends="aslib" if="flexsdk.dir">
<mavendeploy file="${deploy.dir}/${ant.project.name}lib.swc" pom="etc/as-pom.xml"/>
</target>
<target name="deploy" depends="dist,-as-deploy,javadoc"
<target name="deploy" depends="dist,-as-deploy,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"/>