]>
Commit | Line | Data |
---|---|---|
3c775ea6 SC |
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 | ||
cfdef19f | 14 | <xi:include href="include/csleobuild.xml"/> |
3c775ea6 SC |
15 | |
16 | <build> | |
7d605004 | 17 | <name>OSX 10.5 Intel wxOSX Carbon trunk</name> |
3c775ea6 | 18 | <builddir>csleo</builddir> |
1f3729f7 SC |
19 | <scheduler>trunk_quick</scheduler> |
20 | ||
3c775ea6 SC |
21 | <steps> |
22 | <checkout/> | |
23 | <configure/> | |
24 | <compile-all/> | |
87ae8abf | 25 | <run-tests/> |
3c775ea6 SC |
26 | </steps> |
27 | </build> | |
f834ad87 | 28 | <build> |
7d605004 | 29 | <name>OSX 10.5 Intel wxOSX Cocoa trunk</name> |
dfe4440a | 30 | <builddir>csleo_cocoa</builddir> |
7d605004 SC |
31 | <scheduler>trunk_quick</scheduler> |
32 | ||
33 | <steps> | |
34 | <checkout/> | |
f834ad87 | 35 | <configure options="--with-osx_cocoa"/> |
7d605004 | 36 | <compile-all/> |
87ae8abf | 37 | <run-tests/> |
7d605004 | 38 | </steps> |
f834ad87 | 39 | </build> |
7d605004 SC |
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> | |
e8443dda | 52 | </bot> |