1 <?xml version=
"1.0" encoding=
"utf-8"?>
4 Name: TBITCWXBUILDBOT.xml
7 <bot xmlns:
xi=
"http://www.w3.org/2001/XInclude">
9 <xi:include href=
"include/unix.xml"/>
12 <name>MinGW x86 trunk
</name>
13 <builddir>tbitcwxbuildbot_mingw_trunk
</builddir>
14 <scheduler>trunk_quick
</scheduler>
17 <configure options=
"--host=i586-mingw32msvc
18 --with-cppunit-prefix=/usr/local/i586-mingw32msvc"/>
24 <name>MinGW x86 stable
</name>
25 <builddir>tbitcwxbuildbot_mingw_stable
</builddir>
26 <scheduler>daily_0600
</scheduler>
28 <checkout branch=
"{$STABLE_BRANCH}"/>
29 <configure options=
"--host=i586-mingw32msvc
30 --with-cppunit-prefix=/usr/local/i586-mingw32msvc"/>
31 <compile-all utils=
"false"/>
36 Commented out 64-bit builds as no 64-bit compiler at the moment.
38 If you're re-enabling them take out the space between the hyphens of the
39 configure options below, e.g. take out the space from "- -host=".
42 <name>MinGW x86_64 trunk</name>
43 <builddir>tbitcwxbuildbot_mingw64_trunk</builddir>
44 <scheduler>trunk_quick</scheduler>
47 <configure options="- -host=amd64-mingw32msvc
48 - -with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/>
54 <name>MinGW x86_64 stable</name>
55 <builddir>tbitcwxbuildbot_mingw64_stable</builddir>
56 <scheduler>daily_0600</scheduler>
58 <checkout branch="{$STABLE_BRANCH}"/>
59 <configure options="- -host=amd64-mingw32msvc
60 - -with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/>
61 <compile-all utils="false"/>