Remove all lines containing cvs/svn "$Id$" keyword.
[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 Copyright: (c) 2008 Laurent Humbertclaude
7 Licence: wxWindows licence
8 -->
9 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
10 <xi:include href="include/xp_vc.xml"/>
11 <build>
12 <name>XPSP2 VC9 wxMSW trunk release</name>
13 <builddir>XPSP2_VC9_wxMSW_trunk_release</builddir>
14 <scheduler>trunk_quick</scheduler>
15 <sandbox>VC9</sandbox>
16 <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>
17 <steps>
18 <checkout/>
19 <compile-all tests="true"/>
20 <run-tests/>
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 <run-tests/>
33 </steps>
34 </build>
35 <build>
36 <name>XPSP2 VC9 wxMSW trunk debug</name>
37 <builddir>XPSP2_VC9_wxMSW_trunk_debug</builddir>
38 <scheduler>daily_0400</scheduler>
39 <sandbox>VC9</sandbox>
40 <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>
41 <steps>
42 <checkout/>
43 <compile-all tests="true"/>
44 <run-tests/>
45 </steps>
46 </build>
47 <build>
48 <name>XPSP2 VC9 wxMSW stable debug</name>
49 <builddir>XPSP2_VC9_wxMSW_stable_debug</builddir>
50 <scheduler>daily_0500</scheduler>
51 <sandbox>VC9</sandbox>
52 <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>
53 <steps>
54 <checkout branch="{$STABLE_BRANCH}"/>
55 <compile-all contrib="false" tests="true"/>
56 <run-tests/>
57 </steps>
58 </build>
59 <build>
60 <name>XPSP2 VC6 wxMSW trunk release</name>
61 <builddir>XPSP2_VC6_wxMSW_trunk_release</builddir>
62 <scheduler>trunk_quick</scheduler>
63 <sandbox>VC6</sandbox>
64 <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>
65 <steps>
66 <checkout/>
67 <compile-all tests="true"/>
68 <run-tests/>
69 </steps>
70 </build>
71 <build>
72 <name>XPSP2 VC6 wxMSW stable release</name>
73 <builddir>XPSP2_VC6_wxMSW_stable_release</builddir>
74 <scheduler>stable_quick</scheduler>
75 <sandbox>VC6</sandbox>
76 <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>
77 <steps>
78 <checkout branch="{$STABLE_BRANCH}"/>
79 <compile-all contrib="false" tests="true"/>
80 <run-tests/>
81 </steps>
82 </build>
83 <build>
84 <name>XPSP2 VC6 wxMSW trunk debug</name>
85 <builddir>XPSP2_VC6_wxMSW_trunk_debug</builddir>
86 <scheduler>daily_0600</scheduler>
87 <sandbox>VC6</sandbox>
88 <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>
89 <steps>
90 <checkout/>
91 <compile-all tests="true"/>
92 <run-tests/>
93 </steps>
94 </build>
95 <build>
96 <name>XPSP2 VC6 wxMSW stable debug</name>
97 <builddir>XPSP2_VC6_wxMSW_stable_debug</builddir>
98 <scheduler>daily_0700</scheduler>
99 <sandbox>VC6</sandbox>
100 <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>
101 <steps>
102 <checkout branch="{$STABLE_BRANCH}"/>
103 <compile-all contrib="false" tests="true"/>
104 <run-tests/>
105 </steps>
106 </build>
107 </bot>