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