adding tests
[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 <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 <build>
29 <name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
30 <builddir>csleo_cocoa</builddir>
31 <scheduler>trunk_quick</scheduler>
32
33 <steps>
34 <checkout/>
35 <configure options="--with-osx_cocoa"/>
36 <compile-all/>
37 <run-tests/>
38 </steps>
39 </build>
40 <build>
41 <name>OSX 10.5 Intel wxMac Stable</name>
42 <builddir>csleo_stable</builddir>
43 <scheduler>stable_quick</scheduler>
44
45 <steps>
46 <checkout branch="{$STABLE_BRANCH}"/>
47 <configure/>
48 <compile-all/>
49 <run-tests/>
50 </steps>
51 </build>
52
53 </bot>