]>
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 | |
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 MW |
12 | <build> |
13 | <name>XPSP2 VC9 wxMSW trunk</name> | |
14 | <builddir>XPSP2_VC9_wxMSW_trunk</builddir> | |
15 | <!--<scheduler>trunk_quick</scheduler>--> | |
46843209 VZ |
16 | <sandbox>VC9</sandbox> |
17 | <make>nmake -f makefile.vc 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/> | |
46843209 VZ |
20 | <compile-all/> |
21 | <run-tests/> | |
22 | </steps> | |
23 | </build> | |
24 | <build> | |
25 | <name>XPSP2 VC9 wxMSW stable</name> | |
26 | <builddir>XPSP2_VC9_wxMSW_stable</builddir> | |
46843209 VZ |
27 | <!--<scheduler>stable_quick</scheduler>--> |
28 | <sandbox>VC9</sandbox> | |
29 | <make>nmake -f makefile.vc 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}"/> | |
54590cb0 MW |
32 | <compile-all/> |
33 | <run-tests/> | |
34 | </steps> | |
35 | </build> | |
36 | </bot> |