]>
Commit | Line | Data |
---|---|---|
3e7cf809 VZ |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | ||
3 | <!-- | |
4 | Name: ravnsgaard.xml | |
5 | RCS-ID: $Id$ | |
526954c5 | 6 | Licence: wxWindows licence |
3e7cf809 | 7 | --> |
3e7cf809 | 8 | <bot xmlns:xi="http://www.w3.org/2001/XInclude"> |
1441bb60 | 9 | <xi:include href="include/unix.xml"/> |
a04e2a27 | 10 | |
4fcffaf0 MW |
11 | <!-- Moved to brandt32 while ranvsgaard is down --> |
12 | <disable> | |
03ba71bd | 13 | <build> |
91e1a483 MW |
14 | <name>Linux i386 wxGTK stable STL</name> |
15 | <builddir>ravnsgaard_wxgtk_stable</builddir> | |
7b8e38be | 16 | <scheduler>stable_quick</scheduler> |
03ba71bd | 17 | <steps> |
91e1a483 | 18 | <checkout branch="{$STABLE_BRANCH}"/> |
ec2c6795 | 19 | <configure options="--enable-stl"/> |
91e1a483 | 20 | <compile-all utils="false"/> |
03ba71bd MW |
21 | <run-tests/> |
22 | </steps> | |
23 | </build> | |
e7644ca7 MW |
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/> | |
c5084fff | 31 | <configure options="--disable-gui --enable-debug"/> |
e7644ca7 MW |
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/> | |
c5084fff | 43 | <configure options="--disable-all-features --enable-debug"/> |
97b8472b | 44 | <compile-all utils="false"/> |
e7644ca7 MW |
45 | <run-tests/> |
46 | </steps> | |
47 | </build> | |
4fcffaf0 | 48 | </disable> |
3e7cf809 | 49 | </bot> |