]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/xp_vc.xml
Correct compilation breakage of r63832.
[wxWidgets.git] / build / buildbot / config / xp_vc.xml
index 906bda0b99978b6b4cbb51c43d49c304b4709c7d..89e967f4352ce7db5ad0a82ba8eb7ef28109e840 100644 (file)
@@ -18,6 +18,7 @@
         <steps>
             <checkout/>
             <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -29,6 +30,7 @@
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <compile-all contrib="false" tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -40,6 +42,7 @@
         <steps>
             <checkout/>
             <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -51,6 +54,7 @@
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <compile-all contrib="false" tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -62,6 +66,7 @@
         <steps>
             <checkout/>
             <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -73,6 +78,7 @@
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <compile-all contrib="false" tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -84,6 +90,7 @@
         <steps>
             <checkout/>
             <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <compile-all contrib="false" tests="true"/>
+            <run-tests/>
+        </steps>
+    </build>
+
+    <build>
+        <name>XPSP2 VC9 wxMSW 2.9.x debug</name>
+        <builddir>XPSP2_VC9_wxMSW_29x_debug</builddir>
+        <scheduler>daily_0430</scheduler>
+        <sandbox>VC9</sandbox>
+        <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="{$RELEASE_BRANCH}"/>
+            <compile-all tests="true"/>
+            <run-tests/>
+        </steps>
+    </build>
+
+    <build>
+        <name>XPSP2 VC6 wxMSW 2.9.x debug</name>
+        <builddir>XPSP2_VC6_wxMSW_29x_debug</builddir>
+        <scheduler>daily_0330</scheduler>
+        <sandbox>VC6</sandbox>
+        <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="{$RELEASE_BRANCH}"/>
+            <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
 </bot>