]> git.saurik.com Git - wxWidgets.git/blame - build/buildbot/config/StellarWerx64.xml
No real changes, just rename double variables to "d".
[wxWidgets.git] / build / buildbot / config / StellarWerx64.xml
CommitLineData
1441bb60
MW
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Name: StellarWerx64.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_64 wxGTK stable</name>
14 <builddir>stellarwerx64_wxgtk</builddir>
15 <scheduler>stable_quick</scheduler>
1441bb60 16 <steps>
ec2c6795 17 <checkout branch="{$STABLE_BRANCH}"/>
d1662129 18 <configure options="--enable-compat26"/>
91e1a483 19 <compile-all utils="false"/>
1441bb60
MW
20 <run-tests/>
21 </steps>
22</build>
23
24<build>
b8b2794a 25 <name>Linux x86_64 wxX11 trunk</name>
ec2c6795
MW
26 <builddir>stellarwerx64_wxx11</builddir>
27 <scheduler>daily_0700</scheduler>
1441bb60
MW
28 <steps>
29 <checkout/>
c5084fff 30 <configure options="--with-x11 --enable-debug"/>
1441bb60
MW
31 <compile-all/>
32 <run-tests/>
33 </steps>
34</build>
35
36<build>
ec2c6795
MW
37 <name>Linux x86_64 wxGTK stable ANSI</name>
38 <builddir>stellarwerx64_wxgtk_ansi</builddir>
39 <scheduler>daily_0700</scheduler>
1441bb60
MW
40 <steps>
41 <checkout branch="{$STABLE_BRANCH}"/>
ec2c6795 42 <configure options="--disable-unicode"/>
91e1a483 43 <compile-all utils="false"/>
1441bb60
MW
44 <run-tests/>
45 </steps>
46</build>
47
48</bot>