]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/xp_vc.xml
Fix incorrect handling of ItemsAdded() in wxDataViewCtrl.
[wxWidgets.git] / build / buildbot / config / xp_vc.xml
index 6b86e102e0271b1f0bd2ddc8f41407102af070fc..594c9237cfd7aee32a9f3580d613b098e3f5b747 100644 (file)
@@ -5,7 +5,7 @@
     Author:     Laurent Humbertclaude
     RCS-ID:     $Id$
     Copyright:  (c) 2008 Laurent Humbertclaude
     Author:     Laurent Humbertclaude
     RCS-ID:     $Id$
     Copyright:  (c) 2008 Laurent Humbertclaude
-    Licence:    wxWidgets licence
+    Licence:    wxWindows licence
 -->
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
     <xi:include href="include/xp_vc.xml"/>
 -->
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
     <xi:include href="include/xp_vc.xml"/>
         <builddir>XPSP2_VC9_wxMSW_trunk_release</builddir>
         <scheduler>trunk_quick</scheduler>
         <sandbox>VC9</sandbox>
         <builddir>XPSP2_VC9_wxMSW_trunk_release</builddir>
         <scheduler>trunk_quick</scheduler>
         <sandbox>VC9</sandbox>
-        <make>nmake -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>
+        <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>
         <steps>
             <checkout/>
         <steps>
             <checkout/>
-            <compile-all/>
+            <compile-all tests="true"/>
             <run-tests/>
         </steps>
     </build>
             <run-tests/>
         </steps>
     </build>
         <builddir>XPSP2_VC9_wxMSW_stable_release</builddir>
         <scheduler>stable_quick</scheduler>
         <sandbox>VC9</sandbox>
         <builddir>XPSP2_VC9_wxMSW_stable_release</builddir>
         <scheduler>stable_quick</scheduler>
         <sandbox>VC9</sandbox>
-        <make>nmake -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>
+        <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>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
-            <compile-all contrib="false"/>
+            <compile-all contrib="false" tests="true"/>
             <run-tests/>
         </steps>
     </build>
             <run-tests/>
         </steps>
     </build>
         <builddir>XPSP2_VC9_wxMSW_trunk_debug</builddir>
         <scheduler>daily_0400</scheduler>
         <sandbox>VC9</sandbox>
         <builddir>XPSP2_VC9_wxMSW_trunk_debug</builddir>
         <scheduler>daily_0400</scheduler>
         <sandbox>VC9</sandbox>
-        <make>nmake -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>
+        <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>
         <steps>
             <checkout/>
         <steps>
             <checkout/>
-            <compile-all/>
+            <compile-all tests="true"/>
             <run-tests/>
         </steps>
     </build>
             <run-tests/>
         </steps>
     </build>
         <builddir>XPSP2_VC9_wxMSW_stable_debug</builddir>
         <scheduler>daily_0500</scheduler>
         <sandbox>VC9</sandbox>
         <builddir>XPSP2_VC9_wxMSW_stable_debug</builddir>
         <scheduler>daily_0500</scheduler>
         <sandbox>VC9</sandbox>
-        <make>nmake -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>
+        <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>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
-            <compile-all contrib="false"/>
+            <compile-all contrib="false" tests="true"/>
             <run-tests/>
         </steps>
     </build>
             <run-tests/>
         </steps>
     </build>
         <builddir>XPSP2_VC6_wxMSW_trunk_release</builddir>
         <scheduler>trunk_quick</scheduler>
         <sandbox>VC6</sandbox>
         <builddir>XPSP2_VC6_wxMSW_trunk_release</builddir>
         <scheduler>trunk_quick</scheduler>
         <sandbox>VC6</sandbox>
-        <make>nmake -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>
+        <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>
         <steps>
             <checkout/>
         <steps>
             <checkout/>
-            <compile-all/>
+            <compile-all tests="true"/>
             <run-tests/>
         </steps>
     </build>
             <run-tests/>
         </steps>
     </build>
         <builddir>XPSP2_VC6_wxMSW_stable_release</builddir>
         <scheduler>stable_quick</scheduler>
         <sandbox>VC6</sandbox>
         <builddir>XPSP2_VC6_wxMSW_stable_release</builddir>
         <scheduler>stable_quick</scheduler>
         <sandbox>VC6</sandbox>
-        <make>nmake -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>
+        <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>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
-            <compile-all contrib="false"/>
+            <compile-all contrib="false" tests="true"/>
             <run-tests/>
         </steps>
     </build>
             <run-tests/>
         </steps>
     </build>
         <builddir>XPSP2_VC6_wxMSW_trunk_debug</builddir>
         <scheduler>daily_0600</scheduler>
         <sandbox>VC6</sandbox>
         <builddir>XPSP2_VC6_wxMSW_trunk_debug</builddir>
         <scheduler>daily_0600</scheduler>
         <sandbox>VC6</sandbox>
-        <make>nmake -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>
+        <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>
         <steps>
             <checkout/>
         <steps>
             <checkout/>
-            <compile-all/>
+            <compile-all tests="true"/>
             <run-tests/>
         </steps>
     </build>
             <run-tests/>
         </steps>
     </build>
         <builddir>XPSP2_VC6_wxMSW_stable_debug</builddir>
         <scheduler>daily_0700</scheduler>
         <sandbox>VC6</sandbox>
         <builddir>XPSP2_VC6_wxMSW_stable_debug</builddir>
         <scheduler>daily_0700</scheduler>
         <sandbox>VC6</sandbox>
-        <make>nmake -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>
+        <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>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
-            <compile-all contrib="false"/>
+            <compile-all contrib="false" tests="true"/>
             <run-tests/>
         </steps>
     </build>
             <run-tests/>
         </steps>
     </build>
-
 </bot>
 </bot>