expanding builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user