next build
[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/defs.xml"/>
15
16 <build>
17 <name>OSX 10.5 Intel wxOSX Carbon trunk</name>
18 <builddir>csleo</builddir>
19 <scheduler>trunk_quick</scheduler>
20
21 <steps>
22 <checkout/>
23 <configure/>
24 <compile-all/>
25 <run-tests/>
26 </steps>
27 </build>
28 <!--
29 <build>
30 <name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
31 <builddir>csleo_cocoa</builddir>
32 <scheduler>trunk_quick</scheduler>
33
34 <steps>
35 <checkout/>
36 <configure options="-
37 -with-osx_cocoa"/>
38 <compile-all/>
39 <run-tests/>
40 </steps>
41 </build> -->
42 <build>
43 <name>OSX 10.5 Intel wxMac Stable</name>
44 <builddir>csleo_stable</builddir>
45 <scheduler>stable_quick</scheduler>
46
47 <steps>
48 <checkout branch="{$STABLE_BRANCH}"/>
49 <configure/>
50 <compile-all/>
51 <run-tests/>
52 </steps>
53 </build>
54
55 </bot>