]> git.saurik.com Git - wxWidgets.git/blame - build/buildbot/config/xp_vc.xml
Added build/msw/wx_propgrid.dsp to vc manifest (I hope this fixes #10564)
[wxWidgets.git] / build / buildbot / config / xp_vc.xml
CommitLineData
54590cb0
MW
1<?xml version="1.0" encoding="utf-8"?>
2<!--
6e27d75d
MW
3 Name: xp_vc.xml
4 Purpose: Buildbot xp_vc configuration.
54590cb0
MW
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">
99f7ee57 11 <xi:include href="include/xp_vc.xml"/>
54590cb0 12 <build>
ff001ada
MW
13 <name>XPSP2 VC9 wxMSW trunk release</name>
14 <builddir>XPSP2_VC9_wxMSW_trunk_release</builddir>
f2f7263c 15 <scheduler>trunk_quick</scheduler>
46843209 16 <sandbox>VC9</sandbox>
d8a16cc8 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>
54590cb0
MW
18 <steps>
19 <checkout/>
84056016 20 <compile-all tests="true"/>
46843209
VZ
21 </steps>
22 </build>
23 <build>
ff001ada
MW
24 <name>XPSP2 VC9 wxMSW stable release</name>
25 <builddir>XPSP2_VC9_wxMSW_stable_release</builddir>
f2f7263c 26 <scheduler>stable_quick</scheduler>
46843209 27 <sandbox>VC9</sandbox>
d8a16cc8 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>
46843209
VZ
29 <steps>
30 <checkout branch="{$STABLE_BRANCH}"/>
84056016 31 <compile-all contrib="false" tests="true"/>
54590cb0
MW
32 </steps>
33 </build>
ff001ada
MW
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>
d8a16cc8 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>
ff001ada
MW
40 <steps>
41 <checkout/>
84056016 42 <compile-all tests="true"/>
ff001ada
MW
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>
d8a16cc8 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>
ff001ada
MW
51 <steps>
52 <checkout branch="{$STABLE_BRANCH}"/>
84056016 53 <compile-all contrib="false" tests="true"/>
ff001ada
MW
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>
d8a16cc8 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>
ff001ada
MW
62 <steps>
63 <checkout/>
84056016 64 <compile-all tests="true"/>
ff001ada
MW
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>
d8a16cc8 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>
ff001ada
MW
73 <steps>
74 <checkout branch="{$STABLE_BRANCH}"/>
84056016 75 <compile-all contrib="false" tests="true"/>
ff001ada
MW
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>
d8a16cc8 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>
ff001ada
MW
84 <steps>
85 <checkout/>
84056016 86 <compile-all tests="true"/>
ff001ada
MW
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>
d8a16cc8 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>
ff001ada
MW
95 <steps>
96 <checkout branch="{$STABLE_BRANCH}"/>
84056016 97 <compile-all contrib="false" tests="true"/>
ff001ada
MW
98 </steps>
99 </build>
54590cb0 100</bot>