]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrections to the previous commmit.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 14 Jun 2010 08:58:23 +0000 (08:58 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 14 Jun 2010 08:58:23 +0000 (08:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/ravnsgaard.xml

index 0c95c1a34dbb2994ec9b289b31cf74adb686a19b..ede6ef711876004367e98a2c567d8118a32f621c 100644 (file)
@@ -26,7 +26,7 @@
         <scheduler>daily_0600</scheduler>
         <steps>
             <checkout/>
         <scheduler>daily_0600</scheduler>
         <steps>
             <checkout/>
-            <configure options="--disable-all-features"/>
+            <configure options="--disable-gui"/>
             <compile-all/>
             <run-tests/>
         </steps>
             <compile-all/>
             <run-tests/>
         </steps>
@@ -38,8 +38,8 @@
         <scheduler>daily_0600</scheduler>
         <steps>
             <checkout/>
         <scheduler>daily_0600</scheduler>
         <steps>
             <checkout/>
-            <configure options="--disable-gui"/>
-            <compile-all/>
+            <configure options="--disable-all-features"/>
+            <compile-all utils="false"/>
             <run-tests/>
         </steps>
     </build>
             <run-tests/>
         </steps>
     </build>