2008-09-16 08:47:56 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Name: csleobuild.xml
|
|
|
|
Purpose:
|
|
|
|
Author:
|
|
|
|
RCS-ID: $Id$
|
|
|
|
Copyright:
|
|
|
|
Licence:
|
|
|
|
-->
|
|
|
|
|
|
|
|
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
|
2008-09-17 04:13:59 -04:00
|
|
|
<xi:include href="include/csleobuild.xml"/>
|
2008-09-16 08:47:56 -04:00
|
|
|
|
2009-04-06 13:39:22 -04:00
|
|
|
<scheduler>
|
|
|
|
<name>branch_2_9_0</name>
|
|
|
|
<branch>branches/WX_2_9_0_BRANCH</branch>
|
|
|
|
<treeStableTimer>900</treeStableTimer>
|
|
|
|
<fileNotImportant>docs/* interface/*</fileNotImportant>
|
|
|
|
</scheduler>
|
|
|
|
|
2008-09-16 08:47:56 -04:00
|
|
|
<build>
|
2008-09-16 09:21:22 -04:00
|
|
|
<name>OSX 10.5 Intel wxOSX Carbon trunk</name>
|
2008-09-16 08:47:56 -04:00
|
|
|
<builddir>csleo</builddir>
|
2008-09-16 13:39:30 -04:00
|
|
|
<scheduler>trunk_quick</scheduler>
|
2010-07-12 18:50:05 -04:00
|
|
|
|
2008-09-16 08:47:56 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
|
|
|
<configure/>
|
|
|
|
<compile-all/>
|
2009-03-22 12:22:31 -04:00
|
|
|
<run-tests/>
|
2008-09-16 08:47:56 -04:00
|
|
|
</steps>
|
|
|
|
</build>
|
2008-09-16 16:21:53 -04:00
|
|
|
<build>
|
2008-09-16 09:21:22 -04:00
|
|
|
<name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
|
2008-09-16 09:33:14 -04:00
|
|
|
<builddir>csleo_cocoa</builddir>
|
2008-09-16 09:21:22 -04:00
|
|
|
<scheduler>trunk_quick</scheduler>
|
|
|
|
|
|
|
|
<steps>
|
|
|
|
<checkout/>
|
2008-09-16 16:21:53 -04:00
|
|
|
<configure options="--with-osx_cocoa"/>
|
2008-09-16 09:21:22 -04:00
|
|
|
<compile-all/>
|
2009-03-22 12:22:31 -04:00
|
|
|
<run-tests/>
|
2008-09-16 09:21:22 -04:00
|
|
|
</steps>
|
2008-09-16 16:21:53 -04:00
|
|
|
</build>
|
2008-09-16 09:21:22 -04:00
|
|
|
<build>
|
|
|
|
<name>OSX 10.5 Intel wxMac Stable</name>
|
|
|
|
<builddir>csleo_stable</builddir>
|
|
|
|
<scheduler>stable_quick</scheduler>
|
|
|
|
|
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
|
|
|
<configure/>
|
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
2009-04-06 13:39:22 -04:00
|
|
|
|
2008-09-16 10:03:34 -04:00
|
|
|
</bot>
|