wxWidgets/build/buildbot/config/ravnsgaard.xml
Michael Wetherell ec2c679586 Update configuration of linux buildbots.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-09 22:04:59 +00:00

23 lines
561 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Name: ravnsgaard.xml
RCS-ID: $Id$
Licence: wxWidgets licence
-->
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="include/unix.xml"/>
<build>
<name>Linux i386 wxGTK trunk STL</name>
<builddir>ravnsgaard_wxgtk_release</builddir>
<scheduler>trunk_quick</scheduler>
<steps>
<checkout/>
<configure options="--enable-stl"/>
<compile-all/>
<run-tests/>
</steps>
</build>
</bot>