adding scheduler
[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 RCS-ID: $Id$
8 Copyright:
9 Licence:
10 -->
11
12 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
13
14 <xi:include href="include/csleobuild.xml"/>
15
16 <scheduler>
17 <name>preview_quick</name>
18 <branch>branches/WX_2_9_OSX_PREVIEW</branch>
19 <treeStableTimer>900</treeStableTimer>
20 <fileNotImportant>docs/* interface/*</fileNotImportant>
21 </scheduler>
22
23 <slavelock>
24 <name>preview</name>
25 </slavelock>
26
27 <build>
28 <name>OSX 10.5 Intel wxOSX Carbon trunk</name>
29 <builddir>csleo</builddir>
30 <scheduler>trunk_quick</scheduler>
31
32 <steps>
33 <checkout/>
34 <configure/>
35 <compile-all/>
36 <run-tests/>
37 </steps>
38 </build>
39 <build>
40 <name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
41 <builddir>csleo_cocoa</builddir>
42 <scheduler>trunk_quick</scheduler>
43
44 <steps>
45 <checkout/>
46 <configure options="--with-osx_cocoa"/>
47 <compile-all/>
48 <run-tests/>
49 </steps>
50 </build>
51 <build>
52 <name>OSX 10.5 Intel wxMac Stable</name>
53 <builddir>csleo_stable</builddir>
54 <scheduler>stable_quick</scheduler>
55
56 <steps>
57 <checkout branch="{$STABLE_BRANCH}"/>
58 <configure/>
59 <compile-all/>
60 <run-tests/>
61 </steps>
62 </build>
63 <build>
64 <name>OSX 10.5 Intel wxOSX Carbon 2.9 Preview</name>
65 <builddir>csleo_pre</builddir>
66 <scheduler>preview_quick</scheduler>
67 <steps>
68 <checkout branch="branches/WX_2_9_OSX_PREVIEW"/>
69 <configure/>
70 <compile-all/>
71 <run-tests/>
72 </steps>
73 </build>
74 <build>
75 <name>OSX 10.5 Intel wxOSX Cocoa 2.9 Preview</name>
76 <builddir>csleo_cocoa_pre</builddir>
77 <scheduler>preview_quick</scheduler>
78 <steps>
79 <checkout branch="branches/WX_2_9_OSX_PREVIEW"/>
80 <configure options="--with-osx_cocoa"/>
81 <compile-all/>
82 <run-tests/>
83 </steps>
84 </build>
85
86 </bot>