]> git.saurik.com Git - wxWidgets.git/blame - build/buildbot/config/ravnsgaard.xml
supporting disabled tools, fixes #11457
[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 11 <build>
91e1a483
MW
12 <name>Linux i386 wxGTK stable STL</name>
13 <builddir>ravnsgaard_wxgtk_stable</builddir>
03ba71bd
MW
14 <scheduler>trunk_quick</scheduler>
15 <steps>
91e1a483 16 <checkout branch="{$STABLE_BRANCH}"/>
ec2c6795 17 <configure options="--enable-stl"/>
91e1a483 18 <compile-all utils="false"/>
03ba71bd
MW
19 <run-tests/>
20 </steps>
21 </build>
e7644ca7
MW
22
23 <build>
24 <name>Linux i386 wxGTK trunk no gui</name>
25 <builddir>ravnsgaard_wxgtk_nogui</builddir>
26 <scheduler>daily_0600</scheduler>
27 <steps>
28 <checkout/>
97b8472b 29 <configure options="--disable-gui"/>
e7644ca7
MW
30 <compile-all/>
31 <run-tests/>
32 </steps>
33 </build>
34
35 <build>
36 <name>Linux i386 wxGTK trunk no features</name>
37 <builddir>ravnsgaard_wxgtk_nofeatures</builddir>
38 <scheduler>daily_0600</scheduler>
39 <steps>
40 <checkout/>
97b8472b
MW
41 <configure options="--disable-all-features"/>
42 <compile-all utils="false"/>
e7644ca7
MW
43 <run-tests/>
44 </steps>
45 </build>
3e7cf809 46</bot>