]>
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 | 5 | Author: Laurent Humbertclaude |
54590cb0 | 6 | Copyright: (c) 2008 Laurent Humbertclaude |
526954c5 | 7 | Licence: wxWindows licence |
54590cb0 MW |
8 | --> |
9 | <bot xmlns:xi="http://www.w3.org/2001/XInclude"> | |
99f7ee57 | 10 | <xi:include href="include/xp_vc.xml"/> |
54590cb0 | 11 | <build> |
ff001ada MW |
12 | <name>XPSP2 VC9 wxMSW trunk release</name> |
13 | <builddir>XPSP2_VC9_wxMSW_trunk_release</builddir> | |
f2f7263c | 14 | <scheduler>trunk_quick</scheduler> |
46843209 | 15 | <sandbox>VC9</sandbox> |
d8a16cc8 | 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> |
54590cb0 MW |
17 | <steps> |
18 | <checkout/> | |
84056016 | 19 | <compile-all tests="true"/> |
0901ebda | 20 | <run-tests/> |
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"/> |
0901ebda | 32 | <run-tests/> |
54590cb0 MW |
33 | </steps> |
34 | </build> | |
ff001ada MW |
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> | |
d8a16cc8 | 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> |
ff001ada MW |
41 | <steps> |
42 | <checkout/> | |
84056016 | 43 | <compile-all tests="true"/> |
0901ebda | 44 | <run-tests/> |
ff001ada MW |
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> | |
d8a16cc8 | 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> |
ff001ada MW |
53 | <steps> |
54 | <checkout branch="{$STABLE_BRANCH}"/> | |
84056016 | 55 | <compile-all contrib="false" tests="true"/> |
0901ebda | 56 | <run-tests/> |
ff001ada MW |
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> | |
d8a16cc8 | 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> |
ff001ada MW |
65 | <steps> |
66 | <checkout/> | |
84056016 | 67 | <compile-all tests="true"/> |
0901ebda | 68 | <run-tests/> |
ff001ada MW |
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> | |
d8a16cc8 | 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> |
ff001ada MW |
77 | <steps> |
78 | <checkout branch="{$STABLE_BRANCH}"/> | |
84056016 | 79 | <compile-all contrib="false" tests="true"/> |
0901ebda | 80 | <run-tests/> |
ff001ada MW |
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> | |
d8a16cc8 | 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> |
ff001ada MW |
89 | <steps> |
90 | <checkout/> | |
84056016 | 91 | <compile-all tests="true"/> |
0901ebda | 92 | <run-tests/> |
ff001ada MW |
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> | |
d8a16cc8 | 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> |
ff001ada MW |
101 | <steps> |
102 | <checkout branch="{$STABLE_BRANCH}"/> | |
84056016 | 103 | <compile-all contrib="false" tests="true"/> |
0901ebda | 104 | <run-tests/> |
ff001ada MW |
105 | </steps> |
106 | </build> | |
54590cb0 | 107 | </bot> |