Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / build / buildbot / config / csleobuild.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Name: csleobuild.xml
5 Purpose:
6 Author:
7 Copyright:
8 Licence:
9 -->
10
11 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
12
13 <xi:include href="include/csleobuild.xml"/>
14
15 <scheduler>
16 <name>branch_2_9_0</name>
17 <branch>branches/WX_2_9_0_BRANCH</branch>
18 <treeStableTimer>900</treeStableTimer>
19 <fileNotImportant>docs/* interface/*</fileNotImportant>
20 </scheduler>
21
22 <build>
23 <name>OSX 10.5 Intel wxOSX Carbon trunk</name>
24 <builddir>csleo</builddir>
25 <scheduler>trunk_quick</scheduler>
26
27 <steps>
28 <checkout/>
29 <configure/>
30 <compile-all/>
31 <run-tests/>
32 </steps>
33 </build>
34 <build>
35 <name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
36 <builddir>csleo_cocoa</builddir>
37 <scheduler>trunk_quick</scheduler>
38
39 <steps>
40 <checkout/>
41 <configure options="--with-osx_cocoa"/>
42 <compile-all/>
43 <run-tests/>
44 </steps>
45 </build>
46 <build>
47 <name>OSX 10.5 Intel wxMac Stable</name>
48 <builddir>csleo_stable</builddir>
49 <scheduler>stable_quick</scheduler>
50
51 <steps>
52 <checkout branch="{$STABLE_BRANCH}"/>
53 <configure/>
54 <compile-all/>
55 <run-tests/>
56 </steps>
57 </build>
58
59 </bot>