]> git.saurik.com Git - wxWidgets.git/blame - build/buildbot/config/heathcliff.xml
Correct compilation breakage of r63832.
[wxWidgets.git] / build / buildbot / config / heathcliff.xml
CommitLineData
1441bb60
MW
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Name: heathcliff.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 x86_64 wxGTK trunk</name>
14 <builddir>heathcliff_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>