2009-08-14 14:55:36 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
2010-04-08 17:46:58 -04:00
|
|
|
Name: TBITCWXBUILDBOT.xml
|
2009-08-14 14:55:36 -04:00
|
|
|
-->
|
|
|
|
|
|
|
|
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
|
|
|
|
<xi:include href="include/unix.xml"/>
|
|
|
|
|
|
|
|
<build>
|
2010-04-14 01:55:00 -04:00
|
|
|
<name>MinGW x86 trunk</name>
|
|
|
|
<builddir>tbitcwxbuildbot_mingw_trunk</builddir>
|
2010-04-14 03:21:44 -04:00
|
|
|
<scheduler>trunk_quick</scheduler>
|
2010-04-14 01:55:00 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
|
|
|
<configure options="--host=i586-mingw32msvc
|
|
|
|
--with-cppunit-prefix=/usr/local/i586-mingw32msvc"/>
|
|
|
|
<compile-all/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<name>MinGW x86 stable</name>
|
|
|
|
<builddir>tbitcwxbuildbot_mingw_stable</builddir>
|
2010-04-14 03:21:44 -04:00
|
|
|
<scheduler>daily_0600</scheduler>
|
2010-04-14 01:55:00 -04:00
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
|
|
|
<configure options="--host=i586-mingw32msvc
|
|
|
|
--with-cppunit-prefix=/usr/local/i586-mingw32msvc"/>
|
|
|
|
<compile-all utils="false"/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
2010-10-17 10:06:30 -04:00
|
|
|
<!--
|
|
|
|
Commented out 64-bit builds as no 64-bit compiler at the moment.
|
|
|
|
|
|
|
|
If you're re-enabling them take out the space between the hyphens of the
|
|
|
|
configure options below, e.g. take out the space from "- -host=".
|
|
|
|
|
2010-04-14 01:55:00 -04:00
|
|
|
<build>
|
|
|
|
<name>MinGW x86_64 trunk</name>
|
|
|
|
<builddir>tbitcwxbuildbot_mingw64_trunk</builddir>
|
2010-10-17 10:06:30 -04:00
|
|
|
<scheduler>trunk_quick</scheduler>
|
2009-08-14 14:55:36 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
2010-10-17 10:06:30 -04:00
|
|
|
<configure options="- -host=amd64-mingw32msvc
|
|
|
|
- -with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/>
|
2009-08-14 14:55:36 -04:00
|
|
|
<compile-all/>
|
2010-04-14 01:55:00 -04:00
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<name>MinGW x86_64 stable</name>
|
|
|
|
<builddir>tbitcwxbuildbot_mingw64_stable</builddir>
|
2010-10-17 10:06:30 -04:00
|
|
|
<scheduler>daily_0600</scheduler>
|
2010-04-14 01:55:00 -04:00
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
2010-10-17 10:06:30 -04:00
|
|
|
<configure options="- -host=amd64-mingw32msvc
|
|
|
|
- -with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/>
|
2010-04-14 01:55:00 -04:00
|
|
|
<compile-all utils="false"/>
|
2009-08-14 14:55:36 -04:00
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
2010-10-17 10:06:30 -04:00
|
|
|
-->
|
|
|
|
|
2009-08-14 14:55:36 -04:00
|
|
|
</bot>
|