<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>