]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrections for the buildbot configs.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 9 Apr 2010 23:18:57 +0000 (23:18 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 9 Apr 2010 23:18:57 +0000 (23:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/StellarWerx32.xml
build/buildbot/config/StellarWerx64.xml
build/buildbot/config/brandt32.xml
build/buildbot/config/ravnsgaard.xml

index ebfe2b0bb10cd2bb13c0a9d26358b09f17ad6036..f62fa7826e81823216e1d530c1f8284bc0ca7805 100644 (file)
@@ -28,7 +28,7 @@
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
         <configure options="--with-x11"/>
-        <compile-all/>
+        <compile-all utils="false"/>
         <run-tests/>
     </steps>
 </build>
index ce83d14c67db6a1e2e5d3bb28354df7ef8ea3449..7472b9c6eac68c33bd96af72b7a950d850ee2ba3 100644 (file)
@@ -16,7 +16,7 @@
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
         <configure/>
-        <compile-all/>
+        <compile-all utils="false"/>
         <run-tests/>
     </steps>
 </build>
@@ -40,7 +40,7 @@
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
         <configure options="--disable-unicode"/>
-        <compile-all/>
+        <compile-all utils="false"/>
         <run-tests/>
     </steps>
 </build>
index 4f2da9652e2c911e1bb37ef3d948cb54de084175..6822ef498929c44f442e889340a315ac17c891c6 100644 (file)
@@ -40,7 +40,7 @@
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
         <configure options="--disable-shared"/>
-        <compile-all/>
+        <compile-all utils="false"/>
         <run-tests/>
     </steps>
 </build>
@@ -48,7 +48,7 @@
 <build>
     <name>Linux x86 wxDFB trunk</name>
     <builddir>brandt32_dfb_trunk</builddir>
-    <-scheduler>daily_0600</scheduler>
+    <!--scheduler>daily_0600</scheduler-->
     <steps>
         <checkout/>
         <configure options="--with-directfb"/>
 <build>
     <name>Linux x86 wxDFB stable</name>
     <builddir>brandt32_dfb_stable</builddir>
-    <scheduler>daily_0600</scheduler>
+    <!--scheduler>daily_0600</scheduler-->
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
         <configure options="--with-directfb"/>
-        <compile-all/>
+        <compile-all utils="false"/>
         <run-tests/>
     </steps>
 </build>
index e46bf7177493b7f52a8652695382f3f37f6aa78e..2179bc2a4ed5ccb68baf029b759eed1fafae574d 100644 (file)
@@ -9,13 +9,13 @@
     <xi:include href="include/unix.xml"/>
 
     <build>
-        <name>Linux i386 wxGTK trunk STL</name>
-        <builddir>ravnsgaard_wxgtk_release</builddir>
+        <name>Linux i386 wxGTK stable STL</name>
+        <builddir>ravnsgaard_wxgtk_stable</builddir>
         <scheduler>trunk_quick</scheduler>
         <steps>
-            <checkout/>
+            <checkout branch="{$STABLE_BRANCH}"/>
             <configure options="--enable-stl"/>
-            <compile-all/>
+            <compile-all utils="false"/>
             <run-tests/>
         </steps>
     </build>