diff options
Diffstat (limited to 'cc/config/bdbstore-cpp-trunk.xml')
| -rw-r--r-- | cc/config/bdbstore-cpp-trunk.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/cc/config/bdbstore-cpp-trunk.xml b/cc/config/bdbstore-cpp-trunk.xml new file mode 100644 index 0000000000..ce80d37820 --- /dev/null +++ b/cc/config/bdbstore-cpp-trunk.xml @@ -0,0 +1,48 @@ +<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<cruisecontrol>
+
+ <project name="bdbstore-cpp-trunk"
+ buildafterfailed="false">
+
+ <!-- Load environment variables -->
+ <property environment="env" toupper="true"/>
+
+ <listeners>
+ <currentbuildstatuslistener file="logs/${project.name}/status.txt"/>
+ </listeners>
+
+ <bootstrappers>
+ <svnbootstrapper localWorkingCopy="${env.CPPSTORE_HOME}" />
+ </bootstrappers>
+
+ <modificationset quietperiod="30">
+ <buildstatus logdir="/logs/qpid-cpp-trunk/"/>
+ <svn localWorkingCopy="${env.CPPSTORE_HOME}"/>
+ </modificationset>
+
+ <schedule interval="3600">
+ <exec timeout="1800"
+ command="/bin/bash"
+ args="${env.CC_HOME}/cc/scripts/bdbstorecppbuild.sh"
+ workingdir="${env.CPPSTORE_HOME}" />
+ </schedule>
+
+ </project>
+</cruisecontrol>
|
