]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/JTN.xml
Disable the Mingw x64 builds as there's no compiler.
[wxWidgets.git] / build / buildbot / config / JTN.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Name: JTN.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>Linux x86 wxQt Debug</name>
14 <builddir>wxQt-debug</builddir>
15 <scheduler>daily_0400</scheduler>
16 <steps>
17 <checkout branch="branches/wxQT/"/>
18 <configure options="--with-qt --enable-debug"/>
19 <compile-all samples="false" utils="false" demos="false" contrib="false" tests="false"/>
20 <!-- <run-tests/> -->
21 </steps>
22 </build>
23
24 </bot>