2009-08-14 14:55:36 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
2010-04-08 17:46:58 -04:00
|
|
|
Name: TBITCWXBUILDBOT.xml
|
2009-08-14 14:55:36 -04:00
|
|
|
RCS-ID: $Id$
|
|
|
|
-->
|
|
|
|
|
|
|
|
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
|
|
|
|
<xi:include href="include/unix.xml"/>
|
|
|
|
|
|
|
|
<build>
|
2010-04-08 17:46:58 -04:00
|
|
|
<name>Linux wxGTK trunk</name>
|
|
|
|
<builddir>tbitcwxbuildbot_gtk</builddir>
|
2009-08-14 14:55:36 -04:00
|
|
|
<!--scheduler>trunk_quick</scheduler-->
|
|
|
|
<steps>
|
|
|
|
<checkout/>
|
|
|
|
<configure/>
|
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
</bot>
|