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