]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/brandt64.xml
Remove rightarr.cur which doesn't exist any more from files list.
[wxWidgets.git] / build / buildbot / config / brandt64.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Name: brandt64.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 x64 wxGTK trunk</name>
14 <builddir>brandt64_gtk</builddir>
15 <scheduler>trunk_quick</scheduler>
16 <steps>
17 <checkout/>
18 <configure options="--enable-compat28 --enable-debug"/>
19 <compile-all/>
20 <run-tests/>
21 </steps>
22 </build>
23
24 <build>
25 <name>Linux x64 wxGTK trunk STL no compat</name>
26 <builddir>brandt64_gtk_stl</builddir>
27 <scheduler>trunk_quick</scheduler>
28 <steps>
29 <checkout/>
30 <configure options="--disable-compat28 --enable-stl"/>
31 <compile-all/>
32 <run-tests/>
33 </steps>
34 </build>
35
36 </bot>