]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/ravnsgaard.xml
a0f6134af3829eeb3656351e5eadec88b998a946
[wxWidgets.git] / build / buildbot / config / ravnsgaard.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Name: ravnsgaard.xml
5 RCS-ID: $Id$
6 Licence: wxWidgets licence
7 -->
8 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
9 <xi:include href="include/defs.xml"/>
10 <build>
11 <name>Linux i386 wxGTK trunk STL debug</name>
12 <builddir>ravnsgaard_wxgtk_debug</builddir>
13 <scheduler>daily_0600</scheduler>
14 <sandbox>debug</sandbox>
15 <steps>
16 <checkout/>
17 <shellcommand>
18 <description>setting up</description>
19 <descriptionDone>set up</descriptionDone>
20 <haltOnFailure/>
21 <command>setup-script</command>
22 </shellcommand>
23 <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
24 <compile-all/>
25 <run-tests/>
26 </steps>
27 </build>
28
29 <build>
30 <name>Linux i386 wxGTK trunk STL release</name>
31 <builddir>ravnsgaard_wxgtk_release</builddir>
32 <scheduler>daily_1800</scheduler>
33 <sandbox>release</sandbox>
34 <steps>
35 <checkout/>
36 <shellcommand>
37 <description>setting up</description>
38 <descriptionDone>set up</descriptionDone>
39 <haltOnFailure/>
40 <command>setup-script</command>
41 </shellcommand>
42 <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
43 <compile-all/>
44 <run-tests/>
45 </steps>
46 </build>
47 </bot>
48