Skip to content
Snippets Groups Projects
Commit e650b9ab authored by felmer's avatar felmer
Browse files

add standard scripts

SVN: 100
parent f93ac76e
No related branches found
No related tags found
No related merge requests found
<project name="dbmigration" basedir="..">
<import file="../../build_resources/ant/build-common.xml" />
<project-classpath name="ecp" classes="${classes}" />
<target name="compile">
<antcall target="-compile" />
</target>
<target name="compile-tests">
<antcall target="-compile-tests" />
</target>
<target name="ci">
<antcall target="-run-tests">
<param name="test.suite" value="tests.xml"/>
</antcall>
</target>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment