Skip to content
Snippets Groups Projects
Commit e1a64340 authored by tpylak's avatar tpylak
Browse files

integration test in CruiseControl config

SVN: 2174
parent ac02eac9
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,15 @@
</onfailure>
</publishers>
</project>
<project name="integration-tests">
<modificationset quietperiod="${quiet-period}">
<svn localWorkingCopy="${project.trunk}"/>
</modificationset>
<schedule interval="60">
<ant target="nightly-build" time="0200" buildfile="${project.trunk}/build/build.xml" anthome="apache-ant-1.6.5"/>
</schedule>
</project>
<project name="build_resources">
<schedule>
......
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