]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/xp_vc.xml
Change the locks to allow builds for different branches to run concurrently
[wxWidgets.git] / build / buildbot / config / xp_vc.xml
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: wxWidgets 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</name>
14 <builddir>XPSP2_VC9_wxMSW_trunk</builddir>
15 <!--<scheduler>trunk_quick</scheduler>-->
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>
18 <steps>
19 <checkout/>
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>
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}"/>
32 <compile-all/>
33 <run-tests/>
34 </steps>
35 </build>
36 </bot>