]>
Commit | Line | Data |
---|---|---|
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: wxWindows 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 | <run-tests/> | |
22 | </steps> | |
23 | </build> | |
24 | <build> | |
25 | <name>XPSP2 VC9 wxMSW stable release</name> | |
26 | <builddir>XPSP2_VC9_wxMSW_stable_release</builddir> | |
27 | <scheduler>stable_quick</scheduler> | |
28 | <sandbox>VC9</sandbox> | |
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> | |
30 | <steps> | |
31 | <checkout branch="{$STABLE_BRANCH}"/> | |
32 | <compile-all contrib="false" tests="true"/> | |
33 | <run-tests/> | |
34 | </steps> | |
35 | </build> | |
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> | |
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> | |
42 | <steps> | |
43 | <checkout/> | |
44 | <compile-all tests="true"/> | |
45 | <run-tests/> | |
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> | |
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> | |
54 | <steps> | |
55 | <checkout branch="{$STABLE_BRANCH}"/> | |
56 | <compile-all contrib="false" tests="true"/> | |
57 | <run-tests/> | |
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> | |
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> | |
66 | <steps> | |
67 | <checkout/> | |
68 | <compile-all tests="true"/> | |
69 | <run-tests/> | |
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> | |
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> | |
78 | <steps> | |
79 | <checkout branch="{$STABLE_BRANCH}"/> | |
80 | <compile-all contrib="false" tests="true"/> | |
81 | <run-tests/> | |
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> | |
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> | |
90 | <steps> | |
91 | <checkout/> | |
92 | <compile-all tests="true"/> | |
93 | <run-tests/> | |
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> | |
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> | |
102 | <steps> | |
103 | <checkout branch="{$STABLE_BRANCH}"/> | |
104 | <compile-all contrib="false" tests="true"/> | |
105 | <run-tests/> | |
106 | </steps> | |
107 | </build> | |
108 | </bot> |