Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / build / buildbot / config / StellarWerx64.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Name: StellarWerx64.xml
5 -->
6
7 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
8
9 <xi:include href="include/unix.xml"/>
10
11 <build>
12 <name>Linux x86_64 wxGTK stable</name>
13 <builddir>stellarwerx64_wxgtk</builddir>
14 <scheduler>stable_quick</scheduler>
15 <steps>
16 <checkout branch="{$STABLE_BRANCH}"/>
17 <configure options="--enable-compat26"/>
18 <compile-all utils="false"/>
19 <run-tests/>
20 </steps>
21 </build>
22
23 <build>
24 <name>Linux x86_64 wxX11 trunk</name>
25 <builddir>stellarwerx64_wxx11</builddir>
26 <scheduler>daily_0700</scheduler>
27 <steps>
28 <checkout/>
29 <configure options="--with-x11 --enable-debug"/>
30 <compile-all/>
31 <run-tests/>
32 </steps>
33 </build>
34
35 <build>
36 <name>Linux x86_64 wxGTK stable ANSI</name>
37 <builddir>stellarwerx64_wxgtk_ansi</builddir>
38 <scheduler>daily_0700</scheduler>
39 <steps>
40 <checkout branch="{$STABLE_BRANCH}"/>
41 <configure options="--disable-unicode"/>
42 <compile-all utils="false"/>
43 <run-tests/>
44 </steps>
45 </build>
46
47 </bot>