]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/ravnsgaard.xml
d8bd38ca90ba382d88068e140453ee34b56c3862
[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/unix.xml"/>
10
11 <build>
12 <name>Linux i386 wxGTK stable STL debug</name>
13 <builddir>ravnsgaard_wxgtk_stable_debug</builddir>
14 <scheduler>daily_0600</scheduler>
15 <steps>
16 <checkout branch="{$STABLE_BRANCH}"/>
17 <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
18 <compile-all utils="false"/>
19 <run-tests/>
20 </steps>
21 </build>
22
23 <build>
24 <name>Linux i386 wxGTK stable STL release</name>
25 <builddir>ravnsgaard_wxgtk_stable_release</builddir>
26 <scheduler>stable_quick</scheduler>
27 <steps>
28 <checkout branch="{$STABLE_BRANCH}"/>
29 <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
30 <compile-all utils="false"/>
31 <run-tests/>
32 </steps>
33 </build>
34 </bot>