]> git.saurik.com Git - wxWidgets.git/blame - build/buildbot/config/StellarWerx32.xml
Fix incorrect handling of ItemsAdded() in wxDataViewCtrl.
[wxWidgets.git] / build / buildbot / config / StellarWerx32.xml
CommitLineData
1441bb60
MW
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Name: StellarWerx32.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>
ec2c6795
MW
13 <name>Linux x86 wxGTK trunk STL</name>
14 <builddir>stellarwerx32_wxgtk</builddir>
15 <scheduler>trunk_quick</scheduler>
1441bb60
MW
16 <steps>
17 <checkout/>
c5084fff 18 <configure options="--enable-stl --enable-debug"/>
1441bb60
MW
19 <compile-all/>
20 <run-tests/>
21 </steps>
22</build>
23
24<build>
b8b2794a 25 <name>Linux x86 wxX11 stable</name>
ec2c6795
MW
26 <builddir>stellarwerx32_wxx11</builddir>
27 <scheduler>daily_0600</scheduler>
28 <steps>
29 <checkout branch="{$STABLE_BRANCH}"/>
30 <configure options="--with-x11"/>
91e1a483 31 <compile-all utils="false"/>
ec2c6795
MW
32 <run-tests/>
33 </steps>
34</build>
35
36<build>
37 <name>Linux x86 wxGTK trunk ANSI</name>
38 <builddir>stellarwerx32_wxgtk_ansi</builddir>
39 <scheduler>daily_0600</scheduler>
1441bb60
MW
40 <steps>
41 <checkout/>
c5084fff 42 <configure options="--disable-unicode --enable-debug"/>
1441bb60
MW
43 <compile-all/>
44 <run-tests/>
45 </steps>
46</build>
47
1441bb60 48</bot>