]> git.saurik.com Git - wxWidgets.git/blame - build/buildbot/config/ravnsgaard.xml
inside <wx-data> we need to use instead of /
[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">
1e7c7fce
MW
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>
1e7c7fce
MW
14 <steps>
15 <checkout/>
1e7c7fce
MW
16 <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
17 <compile-all/>
18 <run-tests/>
19 </steps>
20 </build>
21
22 <build>
23 <name>Linux i386 wxGTK trunk STL release</name>
24 <builddir>ravnsgaard_wxgtk_release</builddir>
25 <scheduler>daily_1800</scheduler>
1e7c7fce
MW
26 <steps>
27 <checkout/>
1e7c7fce
MW
28 <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
29 <compile-all/>
30 <run-tests/>
31 </steps>
32 </build>
3e7cf809
VZ
33</bot>
34