]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/xp_vc.xml
allow windows which are placed inside wxStaticBoxes to be built as children of the...
[wxWidgets.git] / build / buildbot / config / xp_vc.xml
index 22e616b689be34779fdff328dfe0dbd136e71f05..f77c8e287480d1bbc62f83584d5aa3dc159ba58c 100644 (file)
             <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="branches/WX_2_9_0_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="branches/WX_2_9_0_BRANCH"/>
+            <compile-all tests="true"/>
+            <run-tests/>
+        </steps>
+    </build>
 </bot>