]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/StellarWerx64.xml
Add initial config for TBITCWXBUILDBOT buildbot.
[wxWidgets.git] / build / buildbot / config / StellarWerx64.xml
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>
13 <name>Linux x86_64 wxGTK trunk STL debug</name>
14 <builddir>stellarwerx64_wxgtk_debug</builddir>
15 <scheduler>daily_0600</scheduler>
16 <steps>
17 <checkout/>
18 <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
19 <compile-all/>
20 <run-tests/>
21 </steps>
22 </build>
23
24 <build>
25 <name>Linux x86_64 wxGTK trunk STL release</name>
26 <builddir>stellarwerx64_wxgtk_release</builddir>
27 <scheduler>trunk_quick</scheduler>
28 <steps>
29 <checkout/>
30 <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
31 <compile-all/>
32 <run-tests/>
33 </steps>
34 </build>
35
36 <build>
37 <name>Linux x86_64 wxGTK stable STL debug</name>
38 <builddir>stellarwerx64_wxgtk_stable_debug</builddir>
39 <scheduler>daily_0600</scheduler>
40 <steps>
41 <checkout branch="{$STABLE_BRANCH}"/>
42 <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
43 <compile-all utils="false"/>
44 <run-tests/>
45 </steps>
46 </build>
47
48 <build>
49 <name>Linux x86_64 wxGTK stable STL release</name>
50 <builddir>stellarwerx64_wxgtk_stable_release</builddir>
51 <scheduler>stable_quick</scheduler>
52 <steps>
53 <checkout branch="{$STABLE_BRANCH}"/>
54 <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
55 <compile-all utils="false"/>
56 <run-tests/>
57 </steps>
58 </build>
59
60 </bot>