remove carbon build temporarily
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c78bca596e
commit
2e65e9199b
@ -13,7 +13,7 @@
|
||||
<xi:include href="include/csleobuild.xml"/>
|
||||
|
||||
<build>
|
||||
<name>OSX 10.5 Intel wxOSX Cocoa trunk</name>
|
||||
<name>OSX 10.9 Intel wxOSX Cocoa trunk</name>
|
||||
<builddir>csleo_cocoa</builddir>
|
||||
<scheduler>trunk_quick</scheduler>
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
</steps>
|
||||
</build>
|
||||
|
||||
<!--
|
||||
<build>
|
||||
<name>OSX 10.5 Intel wxOSX Carbon trunk</name>
|
||||
<builddir>csleo_carbon</builddir>
|
||||
@ -32,11 +33,12 @@
|
||||
|
||||
<steps>
|
||||
<checkout/>
|
||||
<configure options="--with-osx_carbon"/>
|
||||
<configure options="- -with-osx_carbon"/>
|
||||
<compile-all/>
|
||||
<run-tests/>
|
||||
</steps>
|
||||
</build>
|
||||
-->
|
||||
|
||||
<build>
|
||||
<name>OSX 10.5 Intel wxOSX Cocoa Stable</name>
|
||||
@ -51,6 +53,7 @@
|
||||
</steps>
|
||||
</build>
|
||||
|
||||
<!--
|
||||
<build>
|
||||
<name>OSX 10.5 Intel wxOSX Carbon Stable</name>
|
||||
<builddir>csleo_stable_carbon</builddir>
|
||||
@ -58,10 +61,11 @@
|
||||
|
||||
<steps>
|
||||
<checkout branch="{$STABLE_BRANCH}"/>
|
||||
<configure options="--with-osx_carbon"/>
|
||||
<configure options="- -with-osx_carbon"/>
|
||||
<compile-all/>
|
||||
<run-tests/>
|
||||
</steps>
|
||||
</build>
|
||||
-->
|
||||
|
||||
</bot>
|
||||
|
Loading…
Reference in New Issue
Block a user