buildbot test
[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 wxMac trunk</name>
18 <builddir>csleo</builddir>
19
20 <steps>
21 <checkout/>
22 <configure/>
23 <compile-all/>
24 <run-tests/>
25 </steps>
26 </build>
27
28 </bot>