]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/TBITCWXBUILDBOT.xml
Corrections for the buildbot configs.
[wxWidgets.git] / build / buildbot / config / TBITCWXBUILDBOT.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Name: TBITCWXBUILDBOT.xml
5 RCS-ID: $Id$
6 -->
7
8 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
9
10 <xi:include href="include/unix.xml"/>
11
12 <build>
13 <name>Linux wxGTK trunk</name>
14 <builddir>tbitcwxbuildbot_gtk</builddir>
15 <!--scheduler>trunk_quick</scheduler-->
16 <steps>
17 <checkout/>
18 <configure/>
19 <compile-all/>
20 <run-tests/>
21 </steps>
22 </build>
23
24 </bot>