]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/xp_vc.xml
another attempt to run tests with verbose logging in STL trunk build
[wxWidgets.git] / build / buildbot / config / xp_vc.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Name: xp_vc.xml
4 Purpose: Buildbot xp_vc configuration.
5 Author: Laurent Humbertclaude
6 RCS-ID: $Id$
7 Copyright: (c) 2008 Laurent Humbertclaude
8 Licence: wxWidgets licence
9 -->
10 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
11 <xi:include href="include/xp_vc.xml"/>
12 <build>
13 <name>XPSP2 VC9 wxMSW trunk release</name>
14 <builddir>XPSP2_VC9_wxMSW_trunk_release</builddir>
15 <scheduler>trunk_quick</scheduler>
16 <sandbox>VC9</sandbox>
17 <make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunit.lib</make>
18 <steps>
19 <checkout/>
20 <compile-all tests="true"/>
21 </steps>
22 </build>
23 <build>
24 <name>XPSP2 VC9 wxMSW stable release</name>
25 <builddir>XPSP2_VC9_wxMSW_stable_release</builddir>
26 <scheduler>stable_quick</scheduler>
27 <sandbox>VC9</sandbox>
28 <make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunit.lib</make>
29 <steps>
30 <checkout branch="{$STABLE_BRANCH}"/>
31 <compile-all contrib="false" tests="true"/>
32 </steps>
33 </build>
34 <build>
35 <name>XPSP2 VC9 wxMSW trunk debug</name>
36 <builddir>XPSP2_VC9_wxMSW_trunk_debug</builddir>
37 <scheduler>daily_0400</scheduler>
38 <sandbox>VC9</sandbox>
39 <make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunitd.lib</make>
40 <steps>
41 <checkout/>
42 <compile-all tests="true"/>
43 </steps>
44 </build>
45 <build>
46 <name>XPSP2 VC9 wxMSW stable debug</name>
47 <builddir>XPSP2_VC9_wxMSW_stable_debug</builddir>
48 <scheduler>daily_0500</scheduler>
49 <sandbox>VC9</sandbox>
50 <make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunitd.lib</make>
51 <steps>
52 <checkout branch="{$STABLE_BRANCH}"/>
53 <compile-all contrib="false" tests="true"/>
54 </steps>
55 </build>
56 <build>
57 <name>XPSP2 VC6 wxMSW trunk release</name>
58 <builddir>XPSP2_VC6_wxMSW_trunk_release</builddir>
59 <scheduler>trunk_quick</scheduler>
60 <sandbox>VC6</sandbox>
61 <make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunit.lib</make>
62 <steps>
63 <checkout/>
64 <compile-all tests="true"/>
65 </steps>
66 </build>
67 <build>
68 <name>XPSP2 VC6 wxMSW stable release</name>
69 <builddir>XPSP2_VC6_wxMSW_stable_release</builddir>
70 <scheduler>stable_quick</scheduler>
71 <sandbox>VC6</sandbox>
72 <make>nmake /nologo /f makefile.vc BUILD=release SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunit.lib</make>
73 <steps>
74 <checkout branch="{$STABLE_BRANCH}"/>
75 <compile-all contrib="false" tests="true"/>
76 </steps>
77 </build>
78 <build>
79 <name>XPSP2 VC6 wxMSW trunk debug</name>
80 <builddir>XPSP2_VC6_wxMSW_trunk_debug</builddir>
81 <scheduler>daily_0600</scheduler>
82 <sandbox>VC6</sandbox>
83 <make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunitd.lib</make>
84 <steps>
85 <checkout/>
86 <compile-all tests="true"/>
87 </steps>
88 </build>
89 <build>
90 <name>XPSP2 VC6 wxMSW stable debug</name>
91 <builddir>XPSP2_VC6_wxMSW_stable_debug</builddir>
92 <scheduler>daily_0700</scheduler>
93 <sandbox>VC6</sandbox>
94 <make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunitd.lib</make>
95 <steps>
96 <checkout branch="{$STABLE_BRANCH}"/>
97 <compile-all contrib="false" tests="true"/>
98 </steps>
99 </build>
100 </bot>