2d61788423
We should restore them the next time we create a release branch but for now these builds are not needed and just clutter the build bot UI. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
61 lines
1.2 KiB
XML
61 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
Name: csleobuild.xml
|
|
Purpose:
|
|
Author:
|
|
RCS-ID: $Id$
|
|
Copyright:
|
|
Licence:
|
|
-->
|
|
|
|
<bot xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<xi:include href="include/csleobuild.xml"/>
|
|
|
|
<scheduler>
|
|
<name>branch_2_9_0</name>
|
|
<branch>branches/WX_2_9_0_BRANCH</branch>
|
|
<treeStableTimer>900</treeStableTimer>
|
|
<fileNotImportant>docs/* interface/*</fileNotImportant>
|
|
</scheduler>
|
|
|
|
<build>
|
|
<name>OSX 10.5 Intel wxOSX Carbon trunk</name>
|
|
<builddir>csleo</builddir>
|
|
<scheduler>trunk_quick</scheduler>
|
|
|
|
<steps>
|
|
<checkout/>
|
|
<configure/>
|
|
<compile-all/>
|
|
<run-tests/>
|
|
</steps>
|
|
</build>
|
|
<build>
|
|
<name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
|
|
<builddir>csleo_cocoa</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>
|