]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" encoding="utf-8"?> | |
2 | ||
3 | <!-- | |
4 | Name: ravnsgaard.xml | |
5 | RCS-ID: $Id$ | |
6 | Licence: wxWindows licence | |
7 | --> | |
8 | <bot xmlns:xi="http://www.w3.org/2001/XInclude"> | |
9 | <xi:include href="include/unix.xml"/> | |
10 | ||
11 | <!-- Moved to brandt32 while ranvsgaard is down --> | |
12 | <disable> | |
13 | <build> | |
14 | <name>Linux i386 wxGTK stable STL</name> | |
15 | <builddir>ravnsgaard_wxgtk_stable</builddir> | |
16 | <scheduler>stable_quick</scheduler> | |
17 | <steps> | |
18 | <checkout branch="{$STABLE_BRANCH}"/> | |
19 | <configure options="--enable-stl"/> | |
20 | <compile-all utils="false"/> | |
21 | <run-tests/> | |
22 | </steps> | |
23 | </build> | |
24 | ||
25 | <build> | |
26 | <name>Linux i386 wxGTK trunk no gui</name> | |
27 | <builddir>ravnsgaard_wxgtk_nogui</builddir> | |
28 | <scheduler>daily_0600</scheduler> | |
29 | <steps> | |
30 | <checkout/> | |
31 | <configure options="--disable-gui --enable-debug"/> | |
32 | <compile-all/> | |
33 | <run-tests/> | |
34 | </steps> | |
35 | </build> | |
36 | ||
37 | <build> | |
38 | <name>Linux i386 wxGTK trunk no features</name> | |
39 | <builddir>ravnsgaard_wxgtk_nofeatures</builddir> | |
40 | <scheduler>daily_0600</scheduler> | |
41 | <steps> | |
42 | <checkout/> | |
43 | <configure options="--disable-all-features --enable-debug"/> | |
44 | <compile-all utils="false"/> | |
45 | <run-tests/> | |
46 | </steps> | |
47 | </build> | |
48 | </disable> | |
49 | </bot> |