]> git.saurik.com Git - wxWidgets.git/blame - build/buildbot/config/ravnsgaard.xml
Correct compilation breakage of r63832.
[wxWidgets.git] / build / buildbot / config / ravnsgaard.xml
CommitLineData
3e7cf809
VZ
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Name: ravnsgaard.xml
5 RCS-ID: $Id$
6 Licence: wxWidgets licence
3e7cf809 7-->
3e7cf809 8<bot xmlns:xi="http://www.w3.org/2001/XInclude">
1441bb60 9 <xi:include href="include/unix.xml"/>
a04e2a27 10
03ba71bd
MW
11 <build>
12 <name>Linux i386 wxGTK trunk STL debug</name>
13 <builddir>ravnsgaard_wxgtk_debug</builddir>
14 <scheduler>daily_0600</scheduler>
15 <steps>
16 <checkout/>
17 <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
18 <compile-all/>
19 <run-tests/>
20 </steps>
21 </build>
22
a04e2a27
MW
23 <build>
24 <name>Linux i386 wxGTK stable STL debug</name>
25 <builddir>ravnsgaard_wxgtk_stable_debug</builddir>
26 <scheduler>daily_0600</scheduler>
27 <steps>
28 <checkout branch="{$STABLE_BRANCH}"/>
03ba71bd 29 <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat26"/>
f8eead5a 30 <compile-all utils="false"/>
66f15a58 31 <run-tests/>
a04e2a27
MW
32 </steps>
33 </build>
34
03ba71bd
MW
35 <build>
36 <name>Linux i386 wxGTK trunk STL release</name>
37 <builddir>ravnsgaard_wxgtk_release</builddir>
38 <scheduler>trunk_quick</scheduler>
39 <steps>
40 <checkout/>
41 <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
42 <compile-all/>
43 <run-tests/>
44 </steps>
45 </build>
46
a04e2a27
MW
47 <build>
48 <name>Linux i386 wxGTK stable STL release</name>
49 <builddir>ravnsgaard_wxgtk_stable_release</builddir>
50 <scheduler>stable_quick</scheduler>
51 <steps>
52 <checkout branch="{$STABLE_BRANCH}"/>
03ba71bd 53 <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat26"/>
f8eead5a 54 <compile-all utils="false"/>
a04e2a27
MW
55 <run-tests/>
56 </steps>
57 </build>
3e7cf809 58</bot>