Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / build / buildbot / config / ravnsgaard.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Name: ravnsgaard.xml
5 Licence: wxWindows licence
6 -->
7 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
8 <xi:include href="include/unix.xml"/>
9
10 <!-- Moved to brandt32 while ranvsgaard is down -->
11 <disable>
12 <build>
13 <name>Linux i386 wxGTK stable STL</name>
14 <builddir>ravnsgaard_wxgtk_stable</builddir>
15 <scheduler>stable_quick</scheduler>
16 <steps>
17 <checkout branch="{$STABLE_BRANCH}"/>
18 <configure options="--enable-stl"/>
19 <compile-all utils="false"/>
20 <run-tests/>
21 </steps>
22 </build>
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/>
30 <configure options="--disable-gui --enable-debug"/>
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/>
42 <configure options="--disable-all-features --enable-debug"/>
43 <compile-all utils="false"/>
44 <run-tests/>
45 </steps>
46 </build>
47 </disable>
48 </bot>