Created
September 9, 2010 11:15
-
-
Save guyht/571735 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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