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