Add a couple of builds to test out native Windows builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
|
||||
<xi:include href="include/testdrive-win.xml"/>
|
||||
|
||||
<!--
|
||||
VC++ 8
|
||||
-->
|
||||
|
||||
<build>
|
||||
<name>VC++ 8 IA64 Trunk</name>
|
||||
<sandbox>td197.testdrive.hp.com</sandbox>
|
||||
@@ -38,9 +42,27 @@
|
||||
</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/>
|
||||
@@ -50,4 +72,17 @@
|
||||
</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>
|
||||
|
Reference in New Issue
Block a user