Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / build / buildbot / config / StellarWerx32.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Name: StellarWerx32.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 STL</name>
13 <builddir>stellarwerx32_wxgtk</builddir>
14 <scheduler>trunk_quick</scheduler>
15 <steps>
16 <checkout/>
17 <configure options="--enable-stl --enable-debug"/>
18 <compile-all/>
19 <run-tests/>
20 </steps>
21 </build>
22
23 <build>
24 <name>Linux x86 wxX11 stable</name>
25 <builddir>stellarwerx32_wxx11</builddir>
26 <scheduler>daily_0600</scheduler>
27 <steps>
28 <checkout branch="{$STABLE_BRANCH}"/>
29 <configure options="--with-x11"/>
30 <compile-all utils="false"/>
31 <run-tests/>
32 </steps>
33 </build>
34
35 <build>
36 <name>Linux x86 wxGTK trunk ANSI</name>
37 <builddir>stellarwerx32_wxgtk_ansi</builddir>
38 <scheduler>daily_0600</scheduler>
39 <steps>
40 <checkout/>
41 <configure options="--disable-unicode --enable-debug"/>
42 <compile-all/>
43 <run-tests/>
44 </steps>
45 </build>
46
47 </bot>