git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-03-24 07:40:58 +00:00
parent de85a8e946
commit 7a48e6da90

View File

@@ -13,17 +13,6 @@
<xi:include href="include/csleobuild.xml"/>
<scheduler>
<name>preview_quick</name>
<branch>branches/WX_2_9_OSX_PREVIEW</branch>
<treeStableTimer>900</treeStableTimer>
<fileNotImportant>docs/* interface/*</fileNotImportant>
</scheduler>
<slavelock>
<name>preview</name>
</slavelock>
<build>
<name>OSX 10.5 Intel wxOSX Carbon trunk</name>
<builddir>csleo</builddir>
@@ -60,27 +49,4 @@
<run-tests/>
</steps>
</build>
<build>
<name>OSX 10.5 Intel wxOSX Carbon 2.9 Preview</name>
<builddir>csleo_pre</builddir>
<scheduler>preview_quick</scheduler>
<steps>
<checkout branch="branches/WX_2_9_OSX_PREVIEW"/>
<configure/>
<compile-all/>
<run-tests/>
</steps>
</build>
<build>
<name>OSX 10.5 Intel wxOSX Cocoa 2.9 Preview</name>
<builddir>csleo_cocoa_pre</builddir>
<scheduler>preview_quick</scheduler>
<steps>
<checkout branch="branches/WX_2_9_OSX_PREVIEW"/>
<configure options="--with-osx_cocoa"/>
<compile-all/>
<run-tests/>
</steps>
</build>
</bot>