2008-09-24 14:03:04 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
2008-09-25 20:19:56 -04:00
|
|
|
Name: xp_vc.xml
|
|
|
|
Purpose: Buildbot xp_vc configuration.
|
2008-09-24 14:03:04 -04:00
|
|
|
Author: Laurent Humbertclaude
|
|
|
|
RCS-ID: $Id$
|
|
|
|
Copyright: (c) 2008 Laurent Humbertclaude
|
|
|
|
Licence: wxWidgets licence
|
|
|
|
-->
|
|
|
|
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
2008-09-27 12:53:31 -04:00
|
|
|
<xi:include href="include/xp_vc.xml"/>
|
2008-09-24 14:03:04 -04:00
|
|
|
<build>
|
2008-10-02 19:47:06 -04:00
|
|
|
<name>XPSP2 VC9 wxMSW trunk release</name>
|
|
|
|
<builddir>XPSP2_VC9_wxMSW_trunk_release</builddir>
|
2008-09-29 14:47:55 -04:00
|
|
|
<scheduler>trunk_quick</scheduler>
|
2008-09-25 20:10:38 -04:00
|
|
|
<sandbox>VC9</sandbox>
|
2008-10-09 05:49:18 -04:00
|
|
|
<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>
|
2008-09-24 14:03:04 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
2008-09-25 20:10:38 -04:00
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
<build>
|
2008-10-02 19:47:06 -04:00
|
|
|
<name>XPSP2 VC9 wxMSW stable release</name>
|
|
|
|
<builddir>XPSP2_VC9_wxMSW_stable_release</builddir>
|
2008-09-29 14:47:55 -04:00
|
|
|
<scheduler>stable_quick</scheduler>
|
2008-09-25 20:10:38 -04:00
|
|
|
<sandbox>VC9</sandbox>
|
2008-10-09 05:49:18 -04:00
|
|
|
<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>
|
2008-09-25 20:10:38 -04:00
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
2008-10-09 05:48:24 -04:00
|
|
|
<compile-all contrib="false"/>
|
2008-09-24 14:03:04 -04:00
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
2008-10-02 19:47:06 -04:00
|
|
|
<build>
|
|
|
|
<name>XPSP2 VC9 wxMSW trunk debug</name>
|
|
|
|
<builddir>XPSP2_VC9_wxMSW_trunk_debug</builddir>
|
|
|
|
<scheduler>daily_0400</scheduler>
|
|
|
|
<sandbox>VC9</sandbox>
|
2008-10-09 05:49:18 -04:00
|
|
|
<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>
|
2008-10-02 19:47:06 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
<build>
|
|
|
|
<name>XPSP2 VC9 wxMSW stable debug</name>
|
|
|
|
<builddir>XPSP2_VC9_wxMSW_stable_debug</builddir>
|
|
|
|
<scheduler>daily_0500</scheduler>
|
|
|
|
<sandbox>VC9</sandbox>
|
2008-10-09 05:49:18 -04:00
|
|
|
<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>
|
2008-10-02 19:47:06 -04:00
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
2008-10-09 05:48:24 -04:00
|
|
|
<compile-all contrib="false"/>
|
2008-10-02 19:47:06 -04:00
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
<build>
|
|
|
|
<name>XPSP2 VC6 wxMSW trunk release</name>
|
|
|
|
<builddir>XPSP2_VC6_wxMSW_trunk_release</builddir>
|
|
|
|
<scheduler>trunk_quick</scheduler>
|
|
|
|
<sandbox>VC6</sandbox>
|
2008-10-09 05:49:18 -04:00
|
|
|
<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>
|
2008-10-02 19:47:06 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
<build>
|
|
|
|
<name>XPSP2 VC6 wxMSW stable release</name>
|
|
|
|
<builddir>XPSP2_VC6_wxMSW_stable_release</builddir>
|
|
|
|
<scheduler>stable_quick</scheduler>
|
|
|
|
<sandbox>VC6</sandbox>
|
2008-10-09 05:49:18 -04:00
|
|
|
<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>
|
2008-10-02 19:47:06 -04:00
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
2008-10-09 05:48:24 -04:00
|
|
|
<compile-all contrib="false"/>
|
2008-10-02 19:47:06 -04:00
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
<build>
|
|
|
|
<name>XPSP2 VC6 wxMSW trunk debug</name>
|
|
|
|
<builddir>XPSP2_VC6_wxMSW_trunk_debug</builddir>
|
|
|
|
<scheduler>daily_0600</scheduler>
|
|
|
|
<sandbox>VC6</sandbox>
|
2008-10-09 05:49:18 -04:00
|
|
|
<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>
|
2008-10-02 19:47:06 -04:00
|
|
|
<steps>
|
|
|
|
<checkout/>
|
|
|
|
<compile-all/>
|
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
<build>
|
|
|
|
<name>XPSP2 VC6 wxMSW stable debug</name>
|
|
|
|
<builddir>XPSP2_VC6_wxMSW_stable_debug</builddir>
|
|
|
|
<scheduler>daily_0700</scheduler>
|
|
|
|
<sandbox>VC6</sandbox>
|
2008-10-09 05:49:18 -04:00
|
|
|
<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>
|
2008-10-02 19:47:06 -04:00
|
|
|
<steps>
|
|
|
|
<checkout branch="{$STABLE_BRANCH}"/>
|
2008-10-09 05:48:24 -04:00
|
|
|
<compile-all contrib="false"/>
|
2008-10-02 19:47:06 -04:00
|
|
|
<run-tests/>
|
|
|
|
</steps>
|
|
|
|
</build>
|
|
|
|
|
2008-09-24 14:03:04 -04:00
|
|
|
</bot>
|