expanding builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-09-16 13:21:22 +00:00
parent 3c775ea690
commit 7d605004a2

View File

@@ -14,8 +14,9 @@
<xi:include href="include/defs.xml"/>
<build>
<name>OSX 10.5 wxMac trunk</name>
<name>OSX 10.5 Intel wxOSX Carbon trunk</name>
<builddir>csleo</builddir>
<scheduler>trunk_quick</scheduler>
<steps>
<checkout/>
@@ -24,5 +25,29 @@
<run-tests/>
</steps>
</build>
<build>
<name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
<builddir>csleo</builddir>
<scheduler>trunk_quick</scheduler>
<steps>
<checkout/>
<configure options="--with-osx_cocoa"/>
<compile-all/>
<run-tests/>
</steps>
</build>
<build>
<name>OSX 10.5 Intel wxMac Stable</name>
<builddir>csleo_stable</builddir>
<scheduler>stable_quick</scheduler>
<steps>
<checkout branch="{$STABLE_BRANCH}"/>
<configure/>
<compile-all/>
<run-tests/>
</steps>
</build>
</bot>