wxWidgets/build/buildbot/config/csleobuild.xml

28 lines
448 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!--
Name: csleobuild.xml
Purpose:
Author:
RCS-ID: $Id$
Copyright:
Licence:
-->
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="include/defs.xml"/>
<build>
<name>OSX 10.5 wxMac trunk</name>
<builddir>csleo</builddir>
<steps>
<checkout/>
<configure/>
<compile-all/>
<run-tests/>
</steps>
</build>
</bot>