clang and ccache warnings suppression also for .mm files, turn off other builds temporarily
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,12 +19,14 @@
|
|||||||
|
|
||||||
<steps>
|
<steps>
|
||||||
<checkout/>
|
<checkout/>
|
||||||
<configure options="CXXFLAGS="-Qunused-arguments -Wno-parentheses-equality" CFLAGS="-Qunused-arguments -Wno-parentheses-equality""/>
|
<configure options="CXXFLAGS="-Qunused-arguments -Wno-parentheses-equality" CFLAGS="-Qunused-arguments -Wno-parentheses-equality" OBJCXXFLAGS="-Qunused-arguments -Wno-parentheses-equality""/>
|
||||||
<compile-all/>
|
<compile-all/>
|
||||||
<run-tests/>
|
<run-tests/>
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<disable>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<name>OSX 10.5 Intel wxOSX Cocoa Stable</name>
|
<name>OSX 10.5 Intel wxOSX Cocoa Stable</name>
|
||||||
<builddir>csleo_stable_cocoa</builddir>
|
<builddir>csleo_stable_cocoa</builddir>
|
||||||
@@ -50,5 +52,6 @@
|
|||||||
<run-tests/>
|
<run-tests/>
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
|
</disable>
|
||||||
|
|
||||||
</bot>
|
</bot>
|
||||||
|
Reference in New Issue
Block a user