]>
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 | 15 | |
b66533d3 SC |
16 | <scheduler> |
17 | <name>branch_2_9_0</name> | |
18 | <branch>branches/WX_2_9_0_BRANCH</branch> | |
19 | <treeStableTimer>900</treeStableTimer> | |
20 | <fileNotImportant>docs/* interface/*</fileNotImportant> | |
21 | </scheduler> | |
22 | ||
3c775ea6 | 23 | <build> |
7d605004 | 24 | <name>OSX 10.5 Intel wxOSX Carbon trunk</name> |
3c775ea6 | 25 | <builddir>csleo</builddir> |
1f3729f7 | 26 | <scheduler>trunk_quick</scheduler> |
2d617884 | 27 | |
3c775ea6 SC |
28 | <steps> |
29 | <checkout/> | |
30 | <configure/> | |
31 | <compile-all/> | |
87ae8abf | 32 | <run-tests/> |
3c775ea6 SC |
33 | </steps> |
34 | </build> | |
f834ad87 | 35 | <build> |
7d605004 | 36 | <name>OSX 10.5 Intel wxOSX Cocoa trunk</name> |
dfe4440a | 37 | <builddir>csleo_cocoa</builddir> |
7d605004 SC |
38 | <scheduler>trunk_quick</scheduler> |
39 | ||
40 | <steps> | |
41 | <checkout/> | |
f834ad87 | 42 | <configure options="--with-osx_cocoa"/> |
7d605004 | 43 | <compile-all/> |
87ae8abf | 44 | <run-tests/> |
7d605004 | 45 | </steps> |
f834ad87 | 46 | </build> |
7d605004 SC |
47 | <build> |
48 | <name>OSX 10.5 Intel wxMac Stable</name> | |
49 | <builddir>csleo_stable</builddir> | |
50 | <scheduler>stable_quick</scheduler> | |
51 | ||
52 | <steps> | |
53 | <checkout branch="{$STABLE_BRANCH}"/> | |
54 | <configure/> | |
55 | <compile-all/> | |
56 | <run-tests/> | |
57 | </steps> | |
58 | </build> | |
b66533d3 | 59 | |
e8443dda | 60 | </bot> |