97873d0c03
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
25 lines
455 B
XML
25 lines
455 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
Name: TBITCWXBUILDBOT.xml
|
|
RCS-ID: $Id$
|
|
-->
|
|
|
|
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<xi:include href="include/unix.xml"/>
|
|
|
|
<build>
|
|
<name>Linux wxGTK trunk</name>
|
|
<builddir>tbitcwxbuildbot_gtk</builddir>
|
|
<!--scheduler>trunk_quick</scheduler-->
|
|
<steps>
|
|
<checkout/>
|
|
<configure/>
|
|
<compile-all/>
|
|
<run-tests/>
|
|
</steps>
|
|
</build>
|
|
|
|
</bot>
|