adding builds for stable branch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2014-07-05 16:44:56 +00:00
parent 8e72de187e
commit 5545427f42

View File

@ -14,6 +14,8 @@
<xi:include href="include/csleobuild.xml"/> <xi:include href="include/csleobuild.xml"/>
<xsl:variable name="CLANGOPTIONS" select="'&quot;-Qunused-arguments -Wno-parentheses-equality&quot;'"/> <xsl:variable name="CLANGOPTIONS" select="'&quot;-Qunused-arguments -Wno-parentheses-equality&quot;'"/>
<xsl:variable name="CLANGOPTIONS32" select="'&quot;-Qunused-arguments -Wno-parentheses-equality -arch i386&quot;'"/>
<xsl:variable name="SDK106" select="'--with-macosx-version-min=10.5 --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk'"/>
<build> <build>
<name>OSX 10.9 Intel wxOSX Cocoa trunk</name> <name>OSX 10.9 Intel wxOSX Cocoa trunk</name>
@ -28,33 +30,30 @@
</steps> </steps>
</build> </build>
<disable>
<build> <build>
<name>OSX 10.5 Intel wxOSX Cocoa Stable</name> <name>OSX 10.6 Intel wxOSX Cocoa Stable</name>
<builddir>csleo_stable_cocoa</builddir> <builddir>csleo_stable_cocoa</builddir>
<scheduler>stable_quick</scheduler> <scheduler>stable_quick</scheduler>
<steps> <steps>
<checkout branch="{$STABLE_BRANCH}"/> <checkout branch="{$STABLE_BRANCH}"/>
<configure/> <configure options="CXXFLAGS={$CLANGOPTIONS32} CFLAGS={$CLANGOPTIONS32} OBJCXXFLAGS={$CLANGOPTIONS32} {$SDK106}"/>
<compile-all/> <compile-all/>
<run-tests/> <run-tests/>
</steps> </steps>
</build> </build>
<build> <build>
<name>OSX 10.5 Intel wxOSX Carbon Stable</name> <name>OSX 10.6 Intel wxOSX Carbon Stable</name>
<builddir>csleo_stable_carbon</builddir> <builddir>csleo_stable_carbon</builddir>
<scheduler>stable_quick</scheduler> <scheduler>stable_quick</scheduler>
<steps> <steps>
<checkout branch="{$STABLE_BRANCH}"/> <checkout branch="{$STABLE_BRANCH}"/>
<configure options="--with-osx_carbon"/> <configure options="CXXFLAGS={$CLANGOPTIONS32} CFLAGS={$CLANGOPTIONS32} OBJCXXFLAGS={$CLANGOPTIONS32} {$SDK106} --with-osx_carbon"/>
<compile-all/> <compile-all/>
<run-tests/> <run-tests/>
</steps> </steps>
</build> </build>
</disable>
</bot> </bot>