]>
Commit | Line | Data |
---|---|---|
1441bb60 MW |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | ||
3 | <!-- | |
4 | Name: brandt32.xml | |
5 | RCS-ID: $Id$ | |
6 | --> | |
7 | ||
8 | <bot xmlns:xi="http://www.w3.org/2001/XInclude"> | |
9 | ||
10 | <xi:include href="include/unix.xml"/> | |
11 | ||
12 | <build> | |
ec2c6795 | 13 | <name>Linux x86 wxGTK trunk</name> |
1441bb60 | 14 | <builddir>brandt32_gtk</builddir> |
ec2c6795 | 15 | <scheduler>trunk_quick</scheduler> |
1441bb60 MW |
16 | <steps> |
17 | <checkout/> | |
c5084fff | 18 | <configure options="--enable-compat28 --enable-debug"/> |
ec2c6795 MW |
19 | <compile-all/> |
20 | <run-tests/> | |
21 | </steps> | |
22 | </build> | |
23 | ||
e6bf1a0f | 24 | <build> |
abac13f9 | 25 | <name>Linux x86 wxGTK trunk STL no compat</name> |
e6bf1a0f VZ |
26 | <builddir>brandt32_gtk_stl</builddir> |
27 | <scheduler>trunk_quick</scheduler> | |
28 | <steps> | |
29 | <checkout/> | |
30 | <configure options="--disable-compat28 --enable-stl"/> | |
31 | <compile-all/> | |
32 | <run-tests/> | |
33 | </steps> | |
34 | </build> | |
35 | ||
ec2c6795 MW |
36 | <build> |
37 | <name>Linux x86 wxGTK trunk static</name> | |
38 | <builddir>brandt32_gtk_trunk_static</builddir> | |
39 | <scheduler>daily_0600</scheduler> | |
40 | <steps> | |
41 | <checkout/> | |
c5084fff | 42 | <configure options="--disable-shared --enable-debug"/> |
ec2c6795 MW |
43 | <compile-all/> |
44 | <run-tests/> | |
45 | </steps> | |
46 | </build> | |
47 | ||
48 | <build> | |
49 | <name>Linux x86 wxGTK stable static</name> | |
50 | <builddir>brandt32_gtk_stable_static</builddir> | |
51 | <scheduler>daily_0600</scheduler> | |
52 | <steps> | |
53 | <checkout branch="{$STABLE_BRANCH}"/> | |
54 | <configure options="--disable-shared"/> | |
91e1a483 | 55 | <compile-all utils="false"/> |
1441bb60 MW |
56 | <run-tests/> |
57 | </steps> | |
58 | </build> | |
59 | ||
133a64cd MW |
60 | <build> |
61 | <name>Linux x86 wxDFB trunk</name> | |
62 | <builddir>brandt32_dfb_trunk</builddir> | |
d1662129 | 63 | <scheduler>daily_0600</scheduler> |
133a64cd MW |
64 | <steps> |
65 | <checkout/> | |
c5084fff | 66 | <configure options="--with-directfb --enable-debug"/> |
133a64cd MW |
67 | <compile-all/> |
68 | <run-tests/> | |
69 | </steps> | |
70 | </build> | |
71 | ||
72 | <build> | |
73 | <name>Linux x86 wxDFB stable</name> | |
74 | <builddir>brandt32_dfb_stable</builddir> | |
d1662129 | 75 | <scheduler>daily_0600</scheduler> |
133a64cd MW |
76 | <steps> |
77 | <checkout branch="{$STABLE_BRANCH}"/> | |
78 | <configure options="--with-directfb"/> | |
91e1a483 | 79 | <compile-all utils="false"/> |
133a64cd MW |
80 | <run-tests/> |
81 | </steps> | |
82 | </build> | |
83 | ||
4fcffaf0 MW |
84 | <!-- These last three are ravnsgaard's job's moved here while it is down --> |
85 | <build> | |
86 | <name>Linux i386 wxGTK stable STL</name> | |
87 | <builddir>brandt32_wxgtk_stable</builddir> | |
88 | <scheduler>stable_quick</scheduler> | |
89 | <steps> | |
90 | <checkout branch="{$STABLE_BRANCH}"/> | |
91 | <configure options="--enable-stl"/> | |
92 | <compile-all utils="false"/> | |
93 | <run-tests/> | |
94 | </steps> | |
95 | </build> | |
96 | ||
97 | <build> | |
98 | <name>Linux i386 wxGTK trunk no gui</name> | |
99 | <builddir>brandt32_wxgtk_nogui</builddir> | |
100 | <scheduler>daily_0600</scheduler> | |
101 | <steps> | |
102 | <checkout/> | |
103 | <configure options="--disable-gui --enable-debug"/> | |
104 | <compile-all/> | |
105 | <run-tests/> | |
106 | </steps> | |
107 | </build> | |
108 | ||
109 | <build> | |
110 | <name>Linux i386 wxGTK trunk no features</name> | |
111 | <builddir>brandt32_wxgtk_nofeatures</builddir> | |
112 | <scheduler>daily_0600</scheduler> | |
113 | <steps> | |
114 | <checkout/> | |
115 | <configure options="--disable-all-features --enable-debug"/> | |
116 | <compile-all utils="false"/> | |
117 | <run-tests/> | |
118 | </steps> | |
119 | </build> | |
1441bb60 | 120 | </bot> |