adding buildbot for 2.9.0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2009-04-06 17:39:22 +00:00
parent 910413e753
commit b66533d348

View File

@ -13,6 +13,13 @@
<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>
@ -49,4 +56,28 @@
<run-tests/>
</steps>
</build>
<build>
<name>OSX 10.5 Intel wxOSX Carbon 2.9.0</name>
<builddir>csleo_pre</builddir>
<scheduler>branch_2_9_0</scheduler>
<steps>
<checkout branch="branches/WX_2_9_0_BRANCH"/>
<configure/>
<compile-all/>
<run-tests/>
</steps>
</build>
<build>
<name>OSX 10.5 Intel wxOSX Cocoa 2.9.0</name>
<builddir>csleo_cocoa_pre</builddir>
<scheduler>branch_2_9_0</scheduler>
<steps>
<checkout branch="branches/WX_2_9_0_BRANCH"/>
<configure options="--with-osx_cocoa"/>
<compile-all/>
<run-tests/>
</steps>
</build>
</bot>