]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/testdrive-win.xml
Add support for the Windows Testdrive machines and other improvements.
[wxWidgets.git] / build / buildbot / config / testdrive-win.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4 Name: testdrive-win.xml
5 Purpose: Buildbot configuration for the Windows Testdrive machines.
6 Author: Mike Wetherell
7 RCS-ID: $Id$
8 Copyright: (c) 2007 Mike Wetherell
9 Licence: wxWidgets licence
10 -->
11
12 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
13
14 <!--
15 Notes:
16
17 The list of available machines is here:
18 http://www.testdrive.hp.com/current.shtml
19 This file covers the Windows hosts, for unix builds see testdrive.xml.
20
21 <sandbox> specifies the remote machine that will run the job, or it can
22 be 'debug' in which case the sandbox will just echo the commands. If
23 omitted defaults to the same value as the previous build.
24 -->
25
26 <xi:include href="include/testdrive-win.xml"/>
27
28 <build>
29 <name>VC++ 8 IA64 Trunk</name>
30 <sandbox>td197.testdrive.hp.com</sandbox>
31 <builddir>wd_msw_ia64</builddir>
32 <scheduler>monday_0600</scheduler>
33 <make>nmake -f makefile.vc</make>
34
35 <steps>
36 <checkout/>
37 <compile-all/>
38 </steps>
39 </build>
40
41 <build>
42 <name>Cygwin wxBase Trunk</name>
43 <builddir>wd_cyg_base</builddir>
44
45 <steps>
46 <checkout/>
47 <configure options="--disable-gui"/>
48 <compile-all/>
49 <run-tests/>
50 </steps>
51 </build>
52
53 </bot>