]> 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 31cdb3521ee5617254720b5e3cfff07f68cb103c..89e967f4352ce7db5ad0a82ba8eb7ef28109e840 100644 (file)
         </steps>
     </build>
 
-    <!-- VZ: disable because this results in buildbot configuration error
     <build>
         <name>XPSP2 VC9 wxMSW 2.9.x debug</name>
         <builddir>XPSP2_VC9_wxMSW_29x_debug</builddir>
         <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"/>
+            <checkout branch="{$RELEASE_BRANCH}"/>
             <compile-all tests="true"/>
             <run-tests/>
         </steps>
         <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"/>
+            <checkout branch="{$RELEASE_BRANCH}"/>
             <compile-all tests="true"/>
             <run-tests/>
         </steps>
     </build>
-    -->
 </bot>