Disable the Mingw x64 builds as there's no compiler.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2010-10-17 14:06:30 +00:00
parent dbd92d3d0c
commit 5f8bf0ee6f

View File

@@ -33,14 +33,20 @@
</steps> </steps>
</build> </build>
<!--
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=".
<build> <build>
<name>MinGW x86_64 trunk</name> <name>MinGW x86_64 trunk</name>
<builddir>tbitcwxbuildbot_mingw64_trunk</builddir> <builddir>tbitcwxbuildbot_mingw64_trunk</builddir>
<!--scheduler>trunk_quick</scheduler--> <scheduler>trunk_quick</scheduler>
<steps> <steps>
<checkout/> <checkout/>
<configure options="--host=amd64-mingw32msvc <configure options="- -host=amd64-mingw32msvc
--with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/> - -with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/>
<compile-all/> <compile-all/>
</steps> </steps>
</build> </build>
@@ -48,13 +54,15 @@
<build> <build>
<name>MinGW x86_64 stable</name> <name>MinGW x86_64 stable</name>
<builddir>tbitcwxbuildbot_mingw64_stable</builddir> <builddir>tbitcwxbuildbot_mingw64_stable</builddir>
<!--scheduler>daily_0600</scheduler--> <scheduler>daily_0600</scheduler>
<steps> <steps>
<checkout branch="{$STABLE_BRANCH}"/> <checkout branch="{$STABLE_BRANCH}"/>
<configure options="--host=amd64-mingw32msvc <configure options="- -host=amd64-mingw32msvc
--with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/> - -with-cppunit-prefix=/usr/local/amd64-mingw32msvc"/>
<compile-all utils="false"/> <compile-all utils="false"/>
</steps> </steps>
</build> </build>
-->
</bot> </bot>