]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/testdrive-win.xml
regenerated makefiles with bkl-0.2.3
[wxWidgets.git] / build / buildbot / config / testdrive-win.xml
index 260b38fdbb742d14ec53c9a39b8a76f74c52c94d..450d6c77dd269acde0e77fd681f4b8d5e3640617 100644 (file)
 
 <xi:include href="include/testdrive-win.xml"/>
 
+<!--
+    VC++ 8
+-->
+
 <build>
     <name>VC++ 8 IA64 Trunk</name>
     <sandbox>td197.testdrive.hp.com</sandbox>
     </steps>
 </build>
 
+<build>
+    <name>VC++ 8 IA64 Stable</name>
+    <builddir>wd_msw_ia64_stable</builddir>
+    <scheduler/>
+    <make>nmake -f makefile.vc USE_GUI=0</make>
+
+    <steps>
+        <checkout branch="{$STABLE_BRANCH}"/>
+        <compile-all/>
+    </steps>
+</build>
+
+<!--
+    Cygwin
+-->
+
 <build>
     <name>Cygwin wxBase Trunk</name>
+    <sandbox>td198.testdrive.hp.com</sandbox>
     <builddir>wd_cyg_base</builddir>
+    <scheduler>monday_0600</scheduler>
 
     <steps>
         <checkout/>
     </steps>
 </build>
 
+<build>
+    <name>Cygwin wxBase Stable</name>
+    <builddir>wd_cyg_base_stable</builddir>
+    <scheduler/>
+
+    <steps>
+        <checkout branch="{$STABLE_BRANCH}"/>
+        <configure options="--disable-gui"/>
+        <compile-all/>
+        <run-tests/>
+    </steps>
+</build>
+
 </bot>