Skip to content

Instantly share code, notes, and snippets.

@guyht
Created September 9, 2010 11:15
Show Gist options
  • Save guyht/571735 to your computer and use it in GitHub Desktop.
Save guyht/571735 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<cruisecontrol>
<project name="ghtlib" buildafterfailed="false">
<modificationset>
<alwaysbuild/>
</modificationset>
<schedule interval="60">
<ant anthome="apache-ant-1.7.0" buildfile="projects/${project.name}/build.xml"/>
</schedule>
<listeners>
<currentbuildstatuslistener file="logs/${project.name}/status.txt"/>
</listeners>
<log dir="logs/${project.name}">
<merge dir="projects/${project.name}/build/logs/"/>
</log>
<publishers>
<artifactspublisher dir="projects/${project.name}/build/api"
dest="artifacts/${project.name}"
subdirectory="api"/>
<artifactspublisher dir="projects/${project.name}/build/coverage"
dest="artifacts/${project.name}"
subdirectory="coverage"/>
<execute command="phpuc graph logs/${project.name}
artifacts/${project.name}"/>
</publishers>
</project>
</cruisecontrol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment