]>
Commit | Line | Data |
---|---|---|
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 | |
526954c5 | 8 | Licence: wxWindows licence |
54590cb0 MW |
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"/> |
0901ebda | 21 | <run-tests/> |
46843209 VZ |
22 | </steps> |
23 | </build> | |
24 | <build> | |
ff001ada MW |
25 | <name>XPSP2 VC9 wxMSW stable release</name> |
26 | <builddir>XPSP2_VC9_wxMSW_stable_release</builddir> | |
f2f7263c | 27 | <scheduler>stable_quick</scheduler> |
46843209 | 28 | <sandbox>VC9</sandbox> |
d8a16cc8 | 29 | <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 |
30 | <steps> |
31 | <checkout branch="{$STABLE_BRANCH}"/> | |
84056016 | 32 | <compile-all contrib="false" tests="true"/> |
0901ebda | 33 | <run-tests/> |
54590cb0 MW |
34 | </steps> |
35 | </build> | |
ff001ada MW |
36 | <build> |
37 | <name>XPSP2 VC9 wxMSW trunk debug</name> | |
38 | <builddir>XPSP2_VC9_wxMSW_trunk_debug</builddir> | |
39 | <scheduler>daily_0400</scheduler> | |
40 | <sandbox>VC9</sandbox> | |
d8a16cc8 | 41 | <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 |
42 | <steps> |
43 | <checkout/> | |
84056016 | 44 | <compile-all tests="true"/> |
0901ebda | 45 | <run-tests/> |
ff001ada MW |
46 | </steps> |
47 | </build> | |
48 | <build> | |
49 | <name>XPSP2 VC9 wxMSW stable debug</name> | |
50 | <builddir>XPSP2_VC9_wxMSW_stable_debug</builddir> | |
51 | <scheduler>daily_0500</scheduler> | |
52 | <sandbox>VC9</sandbox> | |
d8a16cc8 | 53 | <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 |
54 | <steps> |
55 | <checkout branch="{$STABLE_BRANCH}"/> | |
84056016 | 56 | <compile-all contrib="false" tests="true"/> |
0901ebda | 57 | <run-tests/> |
ff001ada MW |
58 | </steps> |
59 | </build> | |
60 | <build> | |
61 | <name>XPSP2 VC6 wxMSW trunk release</name> | |
62 | <builddir>XPSP2_VC6_wxMSW_trunk_release</builddir> | |
63 | <scheduler>trunk_quick</scheduler> | |
64 | <sandbox>VC6</sandbox> | |
d8a16cc8 | 65 | <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 |
66 | <steps> |
67 | <checkout/> | |
84056016 | 68 | <compile-all tests="true"/> |
0901ebda | 69 | <run-tests/> |
ff001ada MW |
70 | </steps> |
71 | </build> | |
72 | <build> | |
73 | <name>XPSP2 VC6 wxMSW stable release</name> | |
74 | <builddir>XPSP2_VC6_wxMSW_stable_release</builddir> | |
75 | <scheduler>stable_quick</scheduler> | |
76 | <sandbox>VC6</sandbox> | |
d8a16cc8 | 77 | <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 |
78 | <steps> |
79 | <checkout branch="{$STABLE_BRANCH}"/> | |
84056016 | 80 | <compile-all contrib="false" tests="true"/> |
0901ebda | 81 | <run-tests/> |
ff001ada MW |
82 | </steps> |
83 | </build> | |
84 | <build> | |
85 | <name>XPSP2 VC6 wxMSW trunk debug</name> | |
86 | <builddir>XPSP2_VC6_wxMSW_trunk_debug</builddir> | |
87 | <scheduler>daily_0600</scheduler> | |
88 | <sandbox>VC6</sandbox> | |
d8a16cc8 | 89 | <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 |
90 | <steps> |
91 | <checkout/> | |
84056016 | 92 | <compile-all tests="true"/> |
0901ebda | 93 | <run-tests/> |
ff001ada MW |
94 | </steps> |
95 | </build> | |
96 | <build> | |
97 | <name>XPSP2 VC6 wxMSW stable debug</name> | |
98 | <builddir>XPSP2_VC6_wxMSW_stable_debug</builddir> | |
99 | <scheduler>daily_0700</scheduler> | |
100 | <sandbox>VC6</sandbox> | |
d8a16cc8 | 101 | <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 |
102 | <steps> |
103 | <checkout branch="{$STABLE_BRANCH}"/> | |
84056016 | 104 | <compile-all contrib="false" tests="true"/> |
0901ebda | 105 | <run-tests/> |
ff001ada MW |
106 | </steps> |
107 | </build> | |
54590cb0 | 108 | </bot> |