]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/StellarWerx32.xml
bracketing for correct builds
[wxWidgets.git] / build / buildbot / config / StellarWerx32.xml
index ebfe2b0bb10cd2bb13c0a9d26358b09f17ad6036..47ac0ff679c63b1f3e73539dc39132e62f123bc4 100644 (file)
@@ -2,7 +2,6 @@
 
 <!--
     Name:       StellarWerx32.xml
-    RCS-ID:     $Id$
 -->
 
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -15,7 +14,7 @@
     <scheduler>trunk_quick</scheduler>
     <steps>
         <checkout/>
-        <configure options="--enable-stl"/>
+        <configure options="--enable-stl --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>
@@ -28,7 +27,7 @@
     <steps>
         <checkout branch="{$STABLE_BRANCH}"/>
         <configure options="--with-x11"/>
-        <compile-all/>
+        <compile-all utils="false"/>
         <run-tests/>
     </steps>
 </build>
@@ -39,7 +38,7 @@
     <scheduler>daily_0600</scheduler>
     <steps>
         <checkout/>
-        <configure options="--disable-unicode"/>
+        <configure options="--disable-unicode --enable-debug"/>
         <compile-all/>
         <run-tests/>
     </steps>