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