]> git.saurik.com Git - wxWidgets.git/commitdiff
disable utils compilation in stable STL builds as tex2rtf doesn't (and won't) build...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jan 2009 13:03:21 +0000 (13:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jan 2009 13:03:21 +0000 (13:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/ravnsgaard.xml

index 92495adc18485d239756b5dfda3358dc14368a96..3b70210e115eb9a512bf6d9b74703a5179b9817a 100644 (file)
@@ -39,8 +39,9 @@
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
-            <compile-all/>
-            <run-tests/>
+            <compile-all utils="false"/>
+            <!-- <run-tests/> -->
+            cd tests &amp;&amp; ./test --timing
         </steps>
     </build>
 
@@ -51,7 +52,7 @@
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
-            <compile-all/>
+            <compile-all utils="false"/>
             <run-tests/>
         </steps>
     </build>