]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/TBITCWXBUILDBOT.xml
Globally use "wxWindows licence" consistently.
[wxWidgets.git] / build / buildbot / config / TBITCWXBUILDBOT.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Name: TBITCWXBUILDBOT.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>MinGW x86 trunk</name>
14 <builddir>tbitcwxbuildbot_mingw_trunk</builddir>
15 <scheduler>trunk_quick</scheduler>
16 <steps>
17 <checkout/>
18 <configure options="--host=i586-mingw32msvc
19 --with-cppunit-prefix=/usr/local/i586-mingw32msvc"/>
20 <compile-all/>
21 </steps>
22 </build>
23
24 <build>
25 <name>MinGW x86 stable</name>
26 <builddir>tbitcwxbuildbot_mingw_stable</builddir>
27 <scheduler>daily_0600</scheduler>
28 <steps>
29 <checkout branch="{$STABLE_BRANCH}"/>
30 <configure options="--host=i586-mingw32msvc
31 --with-cppunit-prefix=/usr/local/i586-mingw32msvc"/>
32 <compile-all utils="false"/>
33 </steps>
34 </build>
35
36 <build>
37 <name>MinGW x86_64 trunk</name>
38 <builddir>tbitcwxbuildbot_mingw64_trunk</builddir>
39 <!--scheduler>trunk_quick</scheduler-->
40 <steps>
41 <checkout/>
42 <configure options="--host=amd64-mingw32msvc
43 --with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/>
44 <compile-all/>
45 </steps>
46 </build>
47
48 <build>
49 <name>MinGW x86_64 stable</name>
50 <builddir>tbitcwxbuildbot_mingw64_stable</builddir>
51 <!--scheduler>daily_0600</scheduler-->
52 <steps>
53 <checkout branch="{$STABLE_BRANCH}"/>
54 <configure options="--host=amd64-mingw32msvc
55 --with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/>
56 <compile-all utils="false"/>
57 </steps>
58 </build>
59
60 </bot>