]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/ravnsgaard.xml
e46bf7177493b7f52a8652695382f3f37f6aa78e
[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 trunk STL</name>
13 <builddir>ravnsgaard_wxgtk_release</builddir>
14 <scheduler>trunk_quick</scheduler>
15 <steps>
16 <checkout/>
17 <configure options="--enable-stl"/>
18 <compile-all/>
19 <run-tests/>
20 </steps>
21 </build>
22 </bot>